Html Css Color HEX #CE84FC Heliotrope

📋 copy color: '#CE84FC'

red 206 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #CE84FC

Tints of Heliotrope #CE84FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.37%

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 34.92%
G = 22.37%
B = 42.71%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE84FC (or 0xCE84FC) is known color: Heliotrope. HEX triplet: CE, 84 and FC. RGB value is (206,132,252). Sum of RGB (Red+Green+Blue) = 206+132+252=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE84FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE84FC is #317B03. Grayscale: #A7A7A7. Windows color (decimal): -3242756 or 16549070. OLE color: 16549070.

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

Color convert

RGB 206 132 252 -
CMYK 0.18 0.48 0 0.01
HSL 277º 0.95% 0.75% -
HSV(B) 277º 0.48% 0.99% -
XYZ 51.28 36.65 96.47 -
YUV 167.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 206 132 252 0.18 0.48 0 0.01 277 0.95 0.75
Hex CE 84 FC 12 30 0 1 115 5F 4B
Octal 316 204 374 22 60 0 1 425 137 113
Binary 11001110 10000100 11111100 10010 110000 0 1 100010101 1011111 1001011

Color Harmonies of #CE84FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84FC

Black with #CE84FC

Text Example


Text Example

White with #CE84FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84FC; }

 p { color: rgb(206,132,252); }

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

background-color css

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

 a { background-color: rgb(206,132,252); }

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

border-color css

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

 span { border-color: rgb(206,132,252); }

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