Html Css Color HEX #CE7DB9 Orchid

📋 copy color: '#CE7DB9'

red 206 ◦ green 125 ◦ blue 185

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

Shades of Orchid #CE7DB9

Tints of Orchid #CE7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 39.92%
G = 24.22%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE7DB9 (or 0xCE7DB9) is known color: Orchid. HEX triplet: CE, 7D and B9. RGB value is (206,125,185). Sum of RGB (Red+Green+Blue) = 206+125+185=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DB9 is #318246. Grayscale: #9B9B9B. Windows color (decimal): -3244615 or 12156366. OLE color: 12156366.

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

Color convert

RGB 206 125 185 -
CMYK 0 0.39 0.10 0.19
HSL 315.56º 0.45% 0.65% -
HSV(B) 315.56º 0.39% 0.81% -
XYZ 41.54 31.29 49.75 -
YUV 156.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 206 125 185 0 0.39 0.10 0.19 315.56 0.45 0.65
Hex CE 7D B9 0 27 A 13 13C 2D 41
Octal 316 175 271 0 47 12 23 474 55 101
Binary 11001110 1111101 10111001 0 100111 1010 10011 100111100 101101 1000001

Color Harmonies of #CE7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DB9

Black with #CE7DB9

Text Example


Text Example

White with #CE7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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