Html Css Color HEX #CE7EC8 Orchid

📋 copy color: '#CE7EC8'

red 206 ◦ green 126 ◦ blue 200

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

Shades of Orchid #CE7EC8

Tints of Orchid #CE7EC8

RGB

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

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

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

R = 38.72%
G = 23.68%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE7EC8 (or 0xCE7EC8) is known color: Orchid. HEX triplet: CE, 7E and C8. RGB value is (206,126,200). Sum of RGB (Red+Green+Blue) = 206+126+200=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EC8 is #318137. Grayscale: #9E9E9E. Windows color (decimal): -3244344 or 13139662. OLE color: 13139662.

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

Color convert

RGB 206 126 200 -
CMYK 0 0.39 0.03 0.19
HSL 304.5º 0.45% 0.65% -
HSV(B) 304.5º 0.39% 0.81% -
XYZ 43.34 32.21 58.58 -
YUV 158.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 206 126 200 0 0.39 0.03 0.19 304.5 0.45 0.65
Hex CE 7E C8 0 27 3 13 130 2D 41
Octal 316 176 310 0 47 3 23 460 55 101
Binary 11001110 1111110 11001000 0 100111 11 10011 100110000 101101 1000001

Color Harmonies of #CE7EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EC8

Black with #CE7EC8

Text Example


Text Example

White with #CE7EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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