Html Css Color HEX #CB7DF9 Heliotrope

📋 copy color: '#CB7DF9'

red 203 ◦ green 125 ◦ blue 249

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

Shades of Heliotrope #CB7DF9

Tints of Heliotrope #CB7DF9

RGB

 RED value IS 203 (79.69% from 255) = 35.18%

 GREEN value IS 125 (49.22% from 255) = 21.66%

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 35.18%
G = 21.66%
B = 43.15%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB7DF9 (or 0xCB7DF9) is known color: Heliotrope. HEX triplet: CB, 7D and F9. RGB value is (203,125,249). Sum of RGB (Red+Green+Blue) = 203+125+249=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DF9 is #348206. Grayscale: #A2A2A2. Windows color (decimal): -3441159 or 16350667. OLE color: 16350667.

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

Color convert

RGB 203 125 249 -
CMYK 0.18 0.50 0 0.02
HSL 277.74º 0.91% 0.73% -
HSV(B) 277.74º 0.5% 0.98% -
XYZ 49.06 34.2 93.64 -
YUV 162.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 203 125 249 0.18 0.50 0 0.02 277.74 0.91 0.73
Hex CB 7D F9 12 32 0 2 116 5B 49
Octal 313 175 371 22 62 0 2 426 133 111
Binary 11001011 1111101 11111001 10010 110010 0 10 100010110 1011011 1001001

Color Harmonies of #CB7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DF9

Black with #CB7DF9

Text Example


Text Example

White with #CB7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DF9; }

 p { color: rgb(203,125,249); }

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

background-color css

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

 a { background-color: rgb(203,125,249); }

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

border-color css

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

 span { border-color: rgb(203,125,249); }

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