Html Css Color HEX #CA85F9 Heliotrope

📋 copy color: '#CA85F9'

red 202 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #CA85F9

Tints of Heliotrope #CA85F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 34.59%
G = 22.77%
B = 42.64%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA85F9 (or 0xCA85F9) is known color: Heliotrope. HEX triplet: CA, 85 and F9. RGB value is (202,133,249). Sum of RGB (Red+Green+Blue) = 202+133+249=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85F9 is #357A06. Grayscale: #A6A6A6. Windows color (decimal): -3504647 or 16352714. OLE color: 16352714.

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

Color convert

RGB 202 133 249 -
CMYK 0.19 0.47 0 0.02
HSL 275.69º 0.91% 0.75% -
HSV(B) 275.69º 0.47% 0.98% -
XYZ 49.84 36.17 93.98 -
YUV 166.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 202 133 249 0.19 0.47 0 0.02 275.69 0.91 0.75
Hex CA 85 F9 13 2F 0 2 114 5B 4B
Octal 312 205 371 23 57 0 2 424 133 113
Binary 11001010 10000101 11111001 10011 101111 0 10 100010100 1011011 1001011

Color Harmonies of #CA85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85F9

Black with #CA85F9

Text Example


Text Example

White with #CA85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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