Html Css Color HEX #CE7ECE Orchid

📋 copy color: '#CE7ECE'

red 206 ◦ green 126 ◦ blue 206

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

Shades of Orchid #CE7ECE

Tints of Orchid #CE7ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 38.29%
G = 23.42%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE7ECE (or 0xCE7ECE) is known color: Orchid. HEX triplet: CE, 7E and CE. RGB value is (206,126,206). Sum of RGB (Red+Green+Blue) = 206+126+206=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ECE is #318131. Grayscale: #9E9E9E. Windows color (decimal): -3244338 or 13532878. OLE color: 13532878.

HSL color Cylindrical-coordinate representation of color #CE7ECE: hue angle of 300º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7ECE is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 206 -
CMYK 0 0.39 0 0.19
HSL 300º 0.45% 0.65% -
HSV(B) 300º 0.39% 0.81% -
XYZ 44.06 32.5 62.34 -
YUV 159.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 206 126 206 0 0.39 0 0.19 300 0.45 0.65
Hex CE 7E CE 0 27 0 13 12C 2D 41
Octal 316 176 316 0 47 0 23 454 55 101
Binary 11001110 1111110 11001110 0 100111 0 10011 100101100 101101 1000001

Color Harmonies of #CE7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7ECE

Black with #CE7ECE

Text Example


Text Example

White with #CE7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7ECE; }

 p { color: rgb(206,126,206); }

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

background-color css

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

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

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

border-color css

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

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

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