Html Css Color HEX #CE7DD5 Orchid

📋 copy color: '#CE7DD5'

red 206 ◦ green 125 ◦ blue 213

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

Shades of Orchid #CE7DD5

Tints of Orchid #CE7DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 37.87%
G = 22.98%
B = 39.15%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE7DD5 (or 0xCE7DD5) is known color: Orchid. HEX triplet: CE, 7D and D5. RGB value is (206,125,213). Sum of RGB (Red+Green+Blue) = 206+125+213=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DD5 is #31822A. Grayscale: #9E9E9E. Windows color (decimal): -3244587 or 13991374. OLE color: 13991374.

HSL color Cylindrical-coordinate representation of color #CE7DD5: hue angle of 295.23º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7DD5 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 125 213 -
CMYK 0.03 0.41 0 0.16
HSL 295.23º 0.51% 0.66% -
HSV(B) 295.23º 0.41% 0.84% -
XYZ 44.8 32.59 66.88 -
YUV 159.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 206 125 213 0.03 0.41 0 0.16 295.23 0.51 0.66
Hex CE 7D D5 3 29 0 10 127 33 42
Octal 316 175 325 3 51 0 20 447 63 102
Binary 11001110 1111101 11010101 11 101001 0 10000 100100111 110011 1000010

Color Harmonies of #CE7DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DD5

Black with #CE7DD5

Text Example


Text Example

White with #CE7DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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