Html Css Color HEX #CA75E6 Heliotrope

📋 copy color: '#CA75E6'

red 202 ◦ green 117 ◦ blue 230

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

Shades of Heliotrope #CA75E6

Tints of Heliotrope #CA75E6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 36.79%
G = 21.31%
B = 41.89%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA75E6 (or 0xCA75E6) is known color: Heliotrope. HEX triplet: CA, 75 and E6. RGB value is (202,117,230). Sum of RGB (Red+Green+Blue) = 202+117+230=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA75E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA75E6 is #358A19. Grayscale: #9A9A9A. Windows color (decimal): -3508762 or 15103434. OLE color: 15103434.

HSL color Cylindrical-coordinate representation of color #CA75E6: hue angle of 285.13º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA75E6 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 117 230 -
CMYK 0.12 0.49 0 0.10
HSL 285.13º 0.69% 0.68% -
HSV(B) 285.13º 0.49% 0.9% -
XYZ 45 30.99 78.47 -
YUV 155.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 202 117 230 0.12 0.49 0 0.10 285.13 0.69 0.68
Hex CA 75 E6 C 31 0 A 11D 45 44
Octal 312 165 346 14 61 0 12 435 105 104
Binary 11001010 1110101 11100110 1100 110001 0 1010 100011101 1000101 1000100

Color Harmonies of #CA75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75E6

Black with #CA75E6

Text Example


Text Example

White with #CA75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75E6; }

 p { color: rgb(202,117,230); }

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

background-color css

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

 a { background-color: rgb(202,117,230); }

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

border-color css

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

 span { border-color: rgb(202,117,230); }

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