Html Css Color HEX #CE7DC8 Orchid

📋 copy color: '#CE7DC8'

red 206 ◦ green 125 ◦ blue 200

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

Shades of Orchid #CE7DC8

Tints of Orchid #CE7DC8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.54%

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

R = 38.79%
G = 23.54%
B = 37.66%

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

#CE7DC8 (or 0xCE7DC8) is known color: Orchid. HEX triplet: CE, 7D and C8. RGB value is (206,125,200). Sum of RGB (Red+Green+Blue) = 206+125+200=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DC8 is #318237. Grayscale: #9D9D9D. Windows color (decimal): -3244600 or 13139406. OLE color: 13139406.

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

Color convert

RGB 206 125 200 -
CMYK 0 0.39 0.03 0.19
HSL 304.44º 0.45% 0.65% -
HSV(B) 304.44º 0.39% 0.81% -
XYZ 43.21 31.96 58.53 -
YUV 157.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 206 125 200 0 0.39 0.03 0.19 304.44 0.45 0.65
Hex CE 7D C8 0 27 3 13 130 2D 41
Octal 316 175 310 0 47 3 23 460 55 101
Binary 11001110 1111101 11001000 0 100111 11 10011 100110000 101101 1000001

Color Harmonies of #CE7DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DC8

Black with #CE7DC8

Text Example


Text Example

White with #CE7DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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