Html Css Color HEX #CA85F3 Heliotrope

📋 copy color: '#CA85F3'

red 202 ◦ green 133 ◦ blue 243

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

Shades of Heliotrope #CA85F3

Tints of Heliotrope #CA85F3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.01%

 BLUE value IS 243 (95.31% from 255) = 42.04%

R = 34.95%
G = 23.01%
B = 42.04%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA85F3 (or 0xCA85F3) is known color: Heliotrope. HEX triplet: CA, 85 and F3. RGB value is (202,133,243). Sum of RGB (Red+Green+Blue) = 202+133+243=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA85F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85F3 is #357A0C. Grayscale: #A5A5A5. Windows color (decimal): -3504653 or 15959498. OLE color: 15959498.

HSL color Cylindrical-coordinate representation of color #CA85F3: hue angle of 277.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA85F3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 133 243 -
CMYK 0.17 0.45 0 0.05
HSL 277.64º 0.82% 0.74% -
HSV(B) 277.64º 0.45% 0.95% -
XYZ 48.92 35.8 89.13 -
YUV 166.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 202 133 243 0.17 0.45 0 0.05 277.64 0.82 0.74
Hex CA 85 F3 11 2D 0 5 116 52 4A
Octal 312 205 363 21 55 0 5 426 122 112
Binary 11001010 10000101 11110011 10001 101101 0 101 100010110 1010010 1001010

Color Harmonies of #CA85F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85F3

Black with #CA85F3

Text Example


Text Example

White with #CA85F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85F3; }

 p { color: rgb(202,133,243); }

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

background-color css

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

 a { background-color: rgb(202,133,243); }

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

border-color css

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

 span { border-color: rgb(202,133,243); }

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