Html Css Color HEX #CB6FFB Heliotrope

📋 copy color: '#CB6FFB'

red 203 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #CB6FFB

Tints of Heliotrope #CB6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.65%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 35.93%
G = 19.65%
B = 44.42%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB6FFB (or 0xCB6FFB) is known color: Heliotrope. HEX triplet: CB, 6F and FB. RGB value is (203,111,251). Sum of RGB (Red+Green+Blue) = 203+111+251=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FFB is #349004. Grayscale: #9A9A9A. Windows color (decimal): -3444741 or 16478155. OLE color: 16478155.

HSL color Cylindrical-coordinate representation of color #CB6FFB: hue angle of 279.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6FFB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 111 251 -
CMYK 0.19 0.56 0 0.02
HSL 279.43º 0.95% 0.71% -
HSV(B) 279.43º 0.56% 0.98% -
XYZ 47.73 31.03 94.74 -
YUV 154.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 203 111 251 0.19 0.56 0 0.02 279.43 0.95 0.71
Hex CB 6F FB 13 38 0 2 117 5F 47
Octal 313 157 373 23 70 0 2 427 137 107
Binary 11001011 1101111 11111011 10011 111000 0 10 100010111 1011111 1000111

Color Harmonies of #CB6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FFB

Black with #CB6FFB

Text Example


Text Example

White with #CB6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FFB; }

 p { color: rgb(203,111,251); }

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

background-color css

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

 a { background-color: rgb(203,111,251); }

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

border-color css

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

 span { border-color: rgb(203,111,251); }

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