Html Css Color HEX #CE85FD Heliotrope

📋 copy color: '#CE85FD'

red 206 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #CE85FD

Tints of Heliotrope #CE85FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 34.8%
G = 22.47%
B = 42.74%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE85FD (or 0xCE85FD) is known color: Heliotrope. HEX triplet: CE, 85 and FD. RGB value is (206,133,253). Sum of RGB (Red+Green+Blue) = 206+133+253=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85FD is #317A02. Grayscale: #A8A8A8. Windows color (decimal): -3242499 or 16614862. OLE color: 16614862.

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

Color convert

RGB 206 133 253 -
CMYK 0.19 0.47 0 0.01
HSL 276.5º 0.97% 0.76% -
HSV(B) 276.5º 0.47% 0.99% -
XYZ 51.57 36.99 97.35 -
YUV 168.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 206 133 253 0.19 0.47 0 0.01 276.5 0.97 0.76
Hex CE 85 FD 13 2F 0 1 114 61 4C
Octal 316 205 375 23 57 0 1 424 141 114
Binary 11001110 10000101 11111101 10011 101111 0 1 100010100 1100001 1001100

Color Harmonies of #CE85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85FD

Black with #CE85FD

Text Example


Text Example

White with #CE85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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