Html Css Color HEX #CE82FB Heliotrope

📋 copy color: '#CE82FB'

red 206 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #CE82FB

Tints of Heliotrope #CE82FB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.15%

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

R = 35.09%
G = 22.15%
B = 42.76%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE82FB (or 0xCE82FB) is known color: Heliotrope. HEX triplet: CE, 82 and FB. RGB value is (206,130,251). Sum of RGB (Red+Green+Blue) = 206+130+251=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE82FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE82FB is #317D04. Grayscale: #A6A6A6. Windows color (decimal): -3243269 or 16483022. OLE color: 16483022.

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

Color convert

RGB 206 130 251 -
CMYK 0.18 0.48 0 0.02
HSL 277.69º 0.94% 0.75% -
HSV(B) 277.69º 0.48% 0.98% -
XYZ 50.85 36.05 95.55 -
YUV 166.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 206 130 251 0.18 0.48 0 0.02 277.69 0.94 0.75
Hex CE 82 FB 12 30 0 2 116 5E 4B
Octal 316 202 373 22 60 0 2 426 136 113
Binary 11001110 10000010 11111011 10010 110000 0 10 100010110 1011110 1001011

Color Harmonies of #CE82FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82FB

Black with #CE82FB

Text Example


Text Example

White with #CE82FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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