Html Css Color HEX #CE7EC9 Orchid

📋 copy color: '#CE7EC9'

red 206 ◦ green 126 ◦ blue 201

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

Shades of Orchid #CE7EC9

Tints of Orchid #CE7EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 38.65%
G = 23.64%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE7EC9 (or 0xCE7EC9) is known color: Orchid. HEX triplet: CE, 7E and C9. RGB value is (206,126,201). Sum of RGB (Red+Green+Blue) = 206+126+201=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EC9 is #318136. Grayscale: #9E9E9E. Windows color (decimal): -3244343 or 13205198. OLE color: 13205198.

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

Color convert

RGB 206 126 201 -
CMYK 0 0.39 0.02 0.19
HSL 303.75º 0.45% 0.65% -
HSV(B) 303.75º 0.39% 0.81% -
XYZ 43.46 32.26 59.19 -
YUV 158.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 206 126 201 0 0.39 0.02 0.19 303.75 0.45 0.65
Hex CE 7E C9 0 27 2 13 130 2D 41
Octal 316 176 311 0 47 2 23 460 55 101
Binary 11001110 1111110 11001001 0 100111 10 10011 100110000 101101 1000001

Color Harmonies of #CE7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EC9

Black with #CE7EC9

Text Example


Text Example

White with #CE7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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