Html Css Color HEX #CE6EE4 Orchid

📋 copy color: '#CE6EE4'

red 206 ◦ green 110 ◦ blue 228

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

Shades of Orchid #CE6EE4

Tints of Orchid #CE6EE4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.22%

 BLUE value IS 228 (89.45% from 255) = 41.91%

R = 37.87%
G = 20.22%
B = 41.91%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE6EE4 (or 0xCE6EE4) is known color: Orchid. HEX triplet: CE, 6E and E4. RGB value is (206,110,228). Sum of RGB (Red+Green+Blue) = 206+110+228=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE6EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EE4 is #31911B. Grayscale: #979797. Windows color (decimal): -3248412 or 14970574. OLE color: 14970574.

HSL color Cylindrical-coordinate representation of color #CE6EE4: hue angle of 288.81º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6EE4 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 110 228 -
CMYK 0.10 0.52 0 0.11
HSL 288.81º 0.69% 0.66% -
HSV(B) 288.81º 0.52% 0.89% -
XYZ 45.03 29.88 76.79 -
YUV 152.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 206 110 228 0.10 0.52 0 0.11 288.81 0.69 0.66
Hex CE 6E E4 A 34 0 B 121 45 42
Octal 316 156 344 12 64 0 13 441 105 102
Binary 11001110 1101110 11100100 1010 110100 0 1011 100100001 1000101 1000010

Color Harmonies of #CE6EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EE4

Black with #CE6EE4

Text Example


Text Example

White with #CE6EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EE4; }

 p { color: rgb(206,110,228); }

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

background-color css

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

 a { background-color: rgb(206,110,228); }

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

border-color css

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

 span { border-color: rgb(206,110,228); }

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