Html Css Color HEX #CE7DCB Orchid

📋 copy color: '#CE7DCB'

red 206 ◦ green 125 ◦ blue 203

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

Shades of Orchid #CE7DCB

Tints of Orchid #CE7DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 38.58%
G = 23.41%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE7DCB (or 0xCE7DCB) is known color: Orchid. HEX triplet: CE, 7D and CB. RGB value is (206,125,203). Sum of RGB (Red+Green+Blue) = 206+125+203=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCB is #318234. Grayscale: #9D9D9D. Windows color (decimal): -3244597 or 13336014. OLE color: 13336014.

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

Color convert

RGB 206 125 203 -
CMYK 0 0.39 0.01 0.19
HSL 302.22º 0.45% 0.65% -
HSV(B) 302.22º 0.39% 0.81% -
XYZ 43.57 32.1 60.4 -
YUV 158.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 206 125 203 0 0.39 0.01 0.19 302.22 0.45 0.65
Hex CE 7D CB 0 27 1 13 12E 2D 41
Octal 316 175 313 0 47 1 23 456 55 101
Binary 11001110 1111101 11001011 0 100111 1 10011 100101110 101101 1000001

Color Harmonies of #CE7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DCB

Black with #CE7DCB

Text Example


Text Example

White with #CE7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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