Html Css Color HEX #CE7DCD Orchid

📋 copy color: '#CE7DCD'

red 206 ◦ green 125 ◦ blue 205

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

Shades of Orchid #CE7DCD

Tints of Orchid #CE7DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 38.43%
G = 23.32%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE7DCD (or 0xCE7DCD) is known color: Orchid. HEX triplet: CE, 7D and CD. RGB value is (206,125,205). Sum of RGB (Red+Green+Blue) = 206+125+205=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCD is #318232. Grayscale: #9E9E9E. Windows color (decimal): -3244595 or 13467086. OLE color: 13467086.

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

Color convert

RGB 206 125 205 -
CMYK 0 0.39 0.00 0.19
HSL 300.74º 0.45% 0.65% -
HSV(B) 300.74º 0.39% 0.81% -
XYZ 43.81 32.2 61.66 -
YUV 158.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 206 125 205 0 0.39 0.00 0.19 300.74 0.45 0.65
Hex CE 7D CD 0 27 0 13 12D 2D 41
Octal 316 175 315 0 47 0 23 455 55 101
Binary 11001110 1111101 11001101 0 100111 0 10011 100101101 101101 1000001

Color Harmonies of #CE7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DCD

Black with #CE7DCD

Text Example


Text Example

White with #CE7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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