Html Css Color HEX #CE6ECB Orchid

📋 copy color: '#CE6ECB'

red 206 ◦ green 110 ◦ blue 203

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

Shades of Orchid #CE6ECB

Tints of Orchid #CE6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 39.69%
G = 21.19%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE6ECB (or 0xCE6ECB) is known color: Orchid. HEX triplet: CE, 6E and CB. RGB value is (206,110,203). Sum of RGB (Red+Green+Blue) = 206+110+203=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ECB is #319134. Grayscale: #959595. Windows color (decimal): -3248437 or 13332174. OLE color: 13332174.

HSL color Cylindrical-coordinate representation of color #CE6ECB: hue angle of 301.88º 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 #CE6ECB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 203 -
CMYK 0 0.47 0.01 0.19
HSL 301.88º 0.49% 0.62% -
HSV(B) 301.88º 0.47% 0.81% -
XYZ 41.81 28.59 59.81 -
YUV 149.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 206 110 203 0 0.47 0.01 0.19 301.88 0.49 0.62
Hex CE 6E CB 0 2F 1 13 12E 31 3E
Octal 316 156 313 0 57 1 23 456 61 76
Binary 11001110 1101110 11001011 0 101111 1 10011 100101110 110001 111110

Color Harmonies of #CE6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ECB

Black with #CE6ECB

Text Example


Text Example

White with #CE6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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