Html Css Color HEX #CB7DFF Heliotrope

📋 copy color: '#CB7DFF'

red 203 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #CB7DFF

Tints of Heliotrope #CB7DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 34.82%
G = 21.44%
B = 43.74%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB7DFF (or 0xCB7DFF) is known color: Heliotrope. HEX triplet: CB, 7D and FF. RGB value is (203,125,255). Sum of RGB (Red+Green+Blue) = 203+125+255=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DFF is #348200. Grayscale: #A2A2A2. Windows color (decimal): -3441153 or 16743883. OLE color: 16743883.

HSL color Cylindrical-coordinate representation of color #CB7DFF: hue angle of 276º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7DFF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 125 255 -
CMYK 0.20 0.51 0 0
HSL 276º 1% 0.75% -
HSV(B) 276º 0.51% 1% -
XYZ 50.01 34.58 98.65 -
YUV 163.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 203 125 255 0.20 0.51 0 0 276 1 0.75
Hex CB 7D FF 14 33 0 0 114 64 4B
Octal 313 175 377 24 63 0 0 424 144 113
Binary 11001011 1111101 11111111 10100 110011 0 0 100010100 1100100 1001011

Color Harmonies of #CB7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DFF

Black with #CB7DFF

Text Example


Text Example

White with #CB7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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