Html Css Color HEX #CD7EDE Orchid

📋 copy color: '#CD7EDE'

red 205 ◦ green 126 ◦ blue 222

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

Shades of Orchid #CD7EDE

Tints of Orchid #CD7EDE

RGB

 RED value IS 205 (80.47% from 255) = 37.07%

 GREEN value IS 126 (49.61% from 255) = 22.78%

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 37.07%
G = 22.78%
B = 40.14%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD7EDE (or 0xCD7EDE) is known color: Orchid. HEX triplet: CD, 7E and DE. RGB value is (205,126,222). Sum of RGB (Red+Green+Blue) = 205+126+222=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EDE is #328121. Grayscale: #A0A0A0. Windows color (decimal): -3309858 or 14581453. OLE color: 14581453.

HSL color Cylindrical-coordinate representation of color #CD7EDE: hue angle of 289.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7EDE is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 126 222 -
CMYK 0.08 0.43 0 0.13
HSL 289.38º 0.59% 0.68% -
HSV(B) 289.38º 0.43% 0.87% -
XYZ 45.82 33.17 73.1 -
YUV 160.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 205 126 222 0.08 0.43 0 0.13 289.38 0.59 0.68
Hex CD 7E DE 8 2B 0 D 121 3B 44
Octal 315 176 336 10 53 0 15 441 73 104
Binary 11001101 1111110 11011110 1000 101011 0 1101 100100001 111011 1000100

Color Harmonies of #CD7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7EDE

Black with #CD7EDE

Text Example


Text Example

White with #CD7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7EDE; }

 p { color: rgb(205,126,222); }

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

background-color css

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

 a { background-color: rgb(205,126,222); }

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

border-color css

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

 span { border-color: rgb(205,126,222); }

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