Html Css Color HEX #CB7DF7 Heliotrope

📋 copy color: '#CB7DF7'

red 203 ◦ green 125 ◦ blue 247

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

Shades of Heliotrope #CB7DF7

Tints of Heliotrope #CB7DF7

RGB

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

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

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

R = 35.3%
G = 21.74%
B = 42.96%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB7DF7 (or 0xCB7DF7) is known color: Heliotrope. HEX triplet: CB, 7D and F7. RGB value is (203,125,247). Sum of RGB (Red+Green+Blue) = 203+125+247=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB7DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DF7 is #348208. Grayscale: #A1A1A1. Windows color (decimal): -3441161 or 16219595. OLE color: 16219595.

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

Color convert

RGB 203 125 247 -
CMYK 0.18 0.49 0 0.03
HSL 278.36º 0.88% 0.73% -
HSV(B) 278.36º 0.49% 0.97% -
XYZ 48.75 34.08 92 -
YUV 162.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 203 125 247 0.18 0.49 0 0.03 278.36 0.88 0.73
Hex CB 7D F7 12 31 0 3 116 58 49
Octal 313 175 367 22 61 0 3 426 130 111
Binary 11001011 1111101 11110111 10010 110001 0 11 100010110 1011000 1001001

Color Harmonies of #CB7DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DF7

Black with #CB7DF7

Text Example


Text Example

White with #CB7DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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