Html Css Color HEX #CE6ECF Orchid

📋 copy color: '#CE6ECF'

red 206 ◦ green 110 ◦ blue 207

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

Shades of Orchid #CE6ECF

Tints of Orchid #CE6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 39.39%
G = 21.03%
B = 39.58%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE6ECF (or 0xCE6ECF) is known color: Orchid. HEX triplet: CE, 6E and CF. RGB value is (206,110,207). Sum of RGB (Red+Green+Blue) = 206+110+207=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ECF is #319130. Grayscale: #959595. Windows color (decimal): -3248433 or 13594318. OLE color: 13594318.

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

Color convert

RGB 206 110 207 -
CMYK 0.00 0.47 0 0.19
HSL 299.38º 0.5% 0.62% -
HSV(B) 299.38º 0.47% 0.81% -
XYZ 42.29 28.78 62.36 -
YUV 149.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 206 110 207 0.00 0.47 0 0.19 299.38 0.5 0.62
Hex CE 6E CF 0 2F 0 13 12B 32 3E
Octal 316 156 317 0 57 0 23 453 62 76
Binary 11001110 1101110 11001111 0 101111 0 10011 100101011 110010 111110

Color Harmonies of #CE6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ECF

Black with #CE6ECF

Text Example


Text Example

White with #CE6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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