Html Css Color HEX #CA7BF7 Heliotrope

📋 copy color: '#CA7BF7'

red 202 ◦ green 123 ◦ blue 247

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

Shades of Heliotrope #CA7BF7

Tints of Heliotrope #CA7BF7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.5%

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

R = 35.31%
G = 21.5%
B = 43.18%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA7BF7 (or 0xCA7BF7) is known color: Heliotrope. HEX triplet: CA, 7B and F7. RGB value is (202,123,247). Sum of RGB (Red+Green+Blue) = 202+123+247=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA7BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BF7 is #358408. Grayscale: #A0A0A0. Windows color (decimal): -3507209 or 16219082. OLE color: 16219082.

HSL color Cylindrical-coordinate representation of color #CA7BF7: hue angle of 278.23º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7BF7 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 123 247 -
CMYK 0.18 0.50 0 0.03
HSL 278.23º 0.89% 0.73% -
HSV(B) 278.23º 0.5% 0.97% -
XYZ 48.23 33.44 91.91 -
YUV 160.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 202 123 247 0.18 0.50 0 0.03 278.23 0.89 0.73
Hex CA 7B F7 12 32 0 3 116 59 49
Octal 312 173 367 22 62 0 3 426 131 111
Binary 11001010 1111011 11110111 10010 110010 0 11 100010110 1011001 1001001

Color Harmonies of #CA7BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BF7

Black with #CA7BF7

Text Example


Text Example

White with #CA7BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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