Html Css Color HEX #CA37FA Medium Orchid

📋 copy color: '#CA37FA'

red 202 ◦ green 55 ◦ blue 250

#CA37FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA37FA

Tints of Medium Orchid #CA37FA

RGB

 RED value IS 202 (79.3% from 255) = 39.84%

 GREEN value IS 55 (21.88% from 255) = 10.85%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 39.84%
G = 10.85%
B = 49.31%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA37FA (or 0xCA37FA) is known color: Medium Orchid. HEX triplet: CA, 37 and FA. RGB value is (202,55,250). Sum of RGB (Red+Green+Blue) = 202+55+250=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37FA is #35C805. Grayscale: #787878. Windows color (decimal): -3524614 or 16398282. OLE color: 16398282.

HSL color Cylindrical-coordinate representation of color #CA37FA: hue angle of 285.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA37FA is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 55 250 -
CMYK 0.19 0.78 0 0.02
HSL 285.23º 0.95% 0.6% -
HSV(B) 285.23º 0.78% 0.98% -
XYZ 42.98 22.19 92.46 -
YUV 121.18 200.7 185.64 -
System Red Green Blue C M Y K H S L
Decimal 202 55 250 0.19 0.78 0 0.02 285.23 0.95 0.6
Hex CA 37 FA 13 4E 0 2 11D 5F 3C
Octal 312 67 372 23 116 0 2 435 137 74
Binary 11001010 110111 11111010 10011 1001110 0 10 100011101 1011111 111100

Color Harmonies of #CA37FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37FA

Black with #CA37FA

Text Example


Text Example

White with #CA37FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37FA; }

 p { color: rgb(202,55,250); }

 H1.HeaderClassName
 {
   color: #CA37FA;
 }
 .AnyTagClassName
 {
   color: #CA37FA;
 }
</style>

background-color css

<style>
 a { background-color: #CA37FA; }

 a { background-color: rgb(202,55,250); }

 div.DivClassName
 {
   background-color: #CA37FA;
 }
 .BgClassName
 {
   background-color: #CA37FA;
 }
</style>

border-color css

<style>
 span { border-color: #CA37FA; }

 span { border-color: rgb(202,55,250); }

 td.TdClassName
 {
   border-color: #CA37FA;
 }
 .TagClassName
 {
   border-color: #CA37FA;
 }
</style>