Html Css Color HEX #CE6BFB Heliotrope

📋 copy color: '#CE6BFB'

red 206 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #CE6BFB

Tints of Heliotrope #CE6BFB

RGB

 RED value IS 206 (80.86% from 255) = 36.52%

 GREEN value IS 107 (42.19% from 255) = 18.97%

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

R = 36.52%
G = 18.97%
B = 44.5%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE6BFB (or 0xCE6BFB) is known color: Heliotrope. HEX triplet: CE, 6B and FB. RGB value is (206,107,251). Sum of RGB (Red+Green+Blue) = 206+107+251=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BFB is #319404. Grayscale: #989898. Windows color (decimal): -3249157 or 16477134. OLE color: 16477134.

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

Color convert

RGB 206 107 251 -
CMYK 0.18 0.57 0 0.02
HSL 281.25º 0.95% 0.7% -
HSV(B) 281.25º 0.57% 0.98% -
XYZ 48.12 30.6 94.64 -
YUV 153.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 206 107 251 0.18 0.57 0 0.02 281.25 0.95 0.7
Hex CE 6B FB 12 39 0 2 119 5F 46
Octal 316 153 373 22 71 0 2 431 137 106
Binary 11001110 1101011 11111011 10010 111001 0 10 100011001 1011111 1000110

Color Harmonies of #CE6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BFB

Black with #CE6BFB

Text Example


Text Example

White with #CE6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BFB; }

 p { color: rgb(206,107,251); }

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

background-color css

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

 a { background-color: rgb(206,107,251); }

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

border-color css

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

 span { border-color: rgb(206,107,251); }

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