Html Css Color HEX #CA6BF7 Heliotrope

📋 copy color: '#CA6BF7'

red 202 ◦ green 107 ◦ blue 247

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

Shades of Heliotrope #CA6BF7

Tints of Heliotrope #CA6BF7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.24%

 BLUE value IS 247 (96.88% from 255) = 44.42%

R = 36.33%
G = 19.24%
B = 44.42%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA6BF7 (or 0xCA6BF7) is known color: Heliotrope. HEX triplet: CA, 6B and F7. RGB value is (202,107,247). Sum of RGB (Red+Green+Blue) = 202+107+247=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA6BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BF7 is #359408. Grayscale: #969696. Windows color (decimal): -3511305 or 16214986. OLE color: 16214986.

HSL color Cylindrical-coordinate representation of color #CA6BF7: hue angle of 280.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6BF7 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 107 247 -
CMYK 0.18 0.57 0 0.03
HSL 280.71º 0.9% 0.69% -
HSV(B) 280.71º 0.57% 0.97% -
XYZ 46.4 29.79 91.3 -
YUV 151.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 202 107 247 0.18 0.57 0 0.03 280.71 0.9 0.69
Hex CA 6B F7 12 39 0 3 119 5A 45
Octal 312 153 367 22 71 0 3 431 132 105
Binary 11001010 1101011 11110111 10010 111001 0 11 100011001 1011010 1000101

Color Harmonies of #CA6BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BF7

Black with #CA6BF7

Text Example


Text Example

White with #CA6BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BF7; }

 p { color: rgb(202,107,247); }

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

background-color css

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

 a { background-color: rgb(202,107,247); }

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

border-color css

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

 span { border-color: rgb(202,107,247); }

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