Html Css Color HEX #CE85FC Heliotrope

📋 copy color: '#CE85FC'

red 206 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #CE85FC

Tints of Heliotrope #CE85FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.5%

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

R = 34.86%
G = 22.5%
B = 42.64%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE85FC (or 0xCE85FC) is known color: Heliotrope. HEX triplet: CE, 85 and FC. RGB value is (206,133,252). Sum of RGB (Red+Green+Blue) = 206+133+252=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85FC is #317A03. Grayscale: #A7A7A7. Windows color (decimal): -3242500 or 16549326. OLE color: 16549326.

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

Color convert

RGB 206 133 252 -
CMYK 0.18 0.47 0 0.01
HSL 276.81º 0.95% 0.75% -
HSV(B) 276.81º 0.47% 0.99% -
XYZ 51.41 36.93 96.51 -
YUV 168.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 206 133 252 0.18 0.47 0 0.01 276.81 0.95 0.75
Hex CE 85 FC 12 2F 0 1 115 5F 4B
Octal 316 205 374 22 57 0 1 425 137 113
Binary 11001110 10000101 11111100 10010 101111 0 1 100010101 1011111 1001011

Color Harmonies of #CE85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85FC

Black with #CE85FC

Text Example


Text Example

White with #CE85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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