Html Css Color HEX #CE7DDC Orchid

📋 copy color: '#CE7DDC'

red 206 ◦ green 125 ◦ blue 220

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

Shades of Orchid #CE7DDC

Tints of Orchid #CE7DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 37.39%
G = 22.69%
B = 39.93%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE7DDC (or 0xCE7DDC) is known color: Orchid. HEX triplet: CE, 7D and DC. RGB value is (206,125,220). Sum of RGB (Red+Green+Blue) = 206+125+220=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DDC is #318223. Grayscale: #9F9F9F. Windows color (decimal): -3244580 or 14450126. OLE color: 14450126.

HSL color Cylindrical-coordinate representation of color #CE7DDC: hue angle of 291.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7DDC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 125 220 -
CMYK 0.06 0.43 0 0.14
HSL 291.16º 0.58% 0.68% -
HSV(B) 291.16º 0.43% 0.86% -
XYZ 45.71 32.96 71.66 -
YUV 160.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 206 125 220 0.06 0.43 0 0.14 291.16 0.58 0.68
Hex CE 7D DC 6 2B 0 E 123 3A 44
Octal 316 175 334 6 53 0 16 443 72 104
Binary 11001110 1111101 11011100 110 101011 0 1110 100100011 111010 1000100

Color Harmonies of #CE7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DDC

Black with #CE7DDC

Text Example


Text Example

White with #CE7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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