Html Css Color HEX #CA85FB Heliotrope

📋 copy color: '#CA85FB'

red 202 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #CA85FB

Tints of Heliotrope #CA85FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 34.47%
G = 22.7%
B = 42.83%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA85FB (or 0xCA85FB) is known color: Heliotrope. HEX triplet: CA, 85 and FB. RGB value is (202,133,251). Sum of RGB (Red+Green+Blue) = 202+133+251=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FB is #357A04. Grayscale: #A6A6A6. Windows color (decimal): -3504645 or 16483786. OLE color: 16483786.

HSL color Cylindrical-coordinate representation of color #CA85FB: hue angle of 275.08º degrees, saturation: 0.94, 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 #CA85FB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 133 251 -
CMYK 0.20 0.47 0 0.02
HSL 275.08º 0.94% 0.75% -
HSV(B) 275.08º 0.47% 0.98% -
XYZ 50.16 36.3 95.63 -
YUV 167.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 202 133 251 0.20 0.47 0 0.02 275.08 0.94 0.75
Hex CA 85 FB 14 2F 0 2 113 5E 4B
Octal 312 205 373 24 57 0 2 423 136 113
Binary 11001010 10000101 11111011 10100 101111 0 10 100010011 1011110 1001011

Color Harmonies of #CA85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85FB

Black with #CA85FB

Text Example


Text Example

White with #CA85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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