Html Css Color HEX #CE6EC8 Orchid

📋 copy color: '#CE6EC8'

red 206 ◦ green 110 ◦ blue 200

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

Shades of Orchid #CE6EC8

Tints of Orchid #CE6EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 39.92%
G = 21.32%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE6EC8 (or 0xCE6EC8) is known color: Orchid. HEX triplet: CE, 6E and C8. RGB value is (206,110,200). Sum of RGB (Red+Green+Blue) = 206+110+200=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EC8 is #319137. Grayscale: #949494. Windows color (decimal): -3248440 or 13135566. OLE color: 13135566.

HSL color Cylindrical-coordinate representation of color #CE6EC8: hue angle of 303.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6EC8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 200 -
CMYK 0 0.47 0.03 0.19
HSL 303.75º 0.49% 0.62% -
HSV(B) 303.75º 0.47% 0.81% -
XYZ 41.45 28.44 57.95 -
YUV 148.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 206 110 200 0 0.47 0.03 0.19 303.75 0.49 0.62
Hex CE 6E C8 0 2F 3 13 130 31 3E
Octal 316 156 310 0 57 3 23 460 61 76
Binary 11001110 1101110 11001000 0 101111 11 10011 100110000 110001 111110

Color Harmonies of #CE6EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EC8

Black with #CE6EC8

Text Example


Text Example

White with #CE6EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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