Html Css Color HEX #CA7BF5 Heliotrope

📋 copy color: '#CA7BF5'

red 202 ◦ green 123 ◦ blue 245

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

Shades of Heliotrope #CA7BF5

Tints of Heliotrope #CA7BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.98%

R = 35.44%
G = 21.58%
B = 42.98%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA7BF5 (or 0xCA7BF5) is known color: Heliotrope. HEX triplet: CA, 7B and F5. RGB value is (202,123,245). Sum of RGB (Red+Green+Blue) = 202+123+245=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA7BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BF5 is #35840A. Grayscale: #A0A0A0. Windows color (decimal): -3507211 or 16088010. OLE color: 16088010.

HSL color Cylindrical-coordinate representation of color #CA7BF5: hue angle of 278.85º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7BF5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 123 245 -
CMYK 0.18 0.50 0 0.04
HSL 278.85º 0.86% 0.72% -
HSV(B) 278.85º 0.5% 0.96% -
XYZ 47.92 33.32 90.29 -
YUV 160.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 202 123 245 0.18 0.50 0 0.04 278.85 0.86 0.72
Hex CA 7B F5 12 32 0 4 117 56 48
Octal 312 173 365 22 62 0 4 427 126 110
Binary 11001010 1111011 11110101 10010 110010 0 100 100010111 1010110 1001000

Color Harmonies of #CA7BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BF5

Black with #CA7BF5

Text Example


Text Example

White with #CA7BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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