Html Css Color HEX #CA75FF Heliotrope

📋 copy color: '#CA75FF'

red 202 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #CA75FF

Tints of Heliotrope #CA75FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.43%

R = 35.19%
G = 20.38%
B = 44.43%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA75FF (or 0xCA75FF) is known color: Heliotrope. HEX triplet: CA, 75 and FF. RGB value is (202,117,255). Sum of RGB (Red+Green+Blue) = 202+117+255=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA75FF is #358A00. Grayscale: #9D9D9D. Windows color (decimal): -3508737 or 16741834. OLE color: 16741834.

HSL color Cylindrical-coordinate representation of color #CA75FF: hue angle of 276.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA75FF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 117 255 -
CMYK 0.21 0.54 0 0
HSL 276.96º 1% 0.73% -
HSV(B) 276.96º 0.54% 1% -
XYZ 48.77 32.5 98.31 -
YUV 158.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 202 117 255 0.21 0.54 0 0 276.96 1 0.73
Hex CA 75 FF 15 36 0 0 115 64 49
Octal 312 165 377 25 66 0 0 425 144 111
Binary 11001010 1110101 11111111 10101 110110 0 0 100010101 1100100 1001001

Color Harmonies of #CA75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75FF

Black with #CA75FF

Text Example


Text Example

White with #CA75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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