Html Css Color HEX #CA7BE7 Heliotrope

📋 copy color: '#CA7BE7'

red 202 ◦ green 123 ◦ blue 231

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

Shades of Heliotrope #CA7BE7

Tints of Heliotrope #CA7BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.55%

R = 36.33%
G = 22.12%
B = 41.55%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA7BE7 (or 0xCA7BE7) is known color: Heliotrope. HEX triplet: CA, 7B and E7. RGB value is (202,123,231). Sum of RGB (Red+Green+Blue) = 202+123+231=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BE7 is #358418. Grayscale: #9E9E9E. Windows color (decimal): -3507225 or 15170506. OLE color: 15170506.

HSL color Cylindrical-coordinate representation of color #CA7BE7: hue angle of 283.89º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7BE7 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 123 231 -
CMYK 0.13 0.47 0 0.09
HSL 283.89º 0.69% 0.69% -
HSV(B) 283.89º 0.47% 0.91% -
XYZ 45.86 32.49 79.46 -
YUV 158.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 202 123 231 0.13 0.47 0 0.09 283.89 0.69 0.69
Hex CA 7B E7 D 2F 0 9 11C 45 45
Octal 312 173 347 15 57 0 11 434 105 105
Binary 11001010 1111011 11100111 1101 101111 0 1001 100011100 1000101 1000101

Color Harmonies of #CA7BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BE7

Black with #CA7BE7

Text Example


Text Example

White with #CA7BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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