Html Css Color HEX #CD7EC9 Orchid

📋 copy color: '#CD7EC9'

red 205 ◦ green 126 ◦ blue 201

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

Shades of Orchid #CD7EC9

Tints of Orchid #CD7EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.78%

R = 38.53%
G = 23.68%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD7EC9 (or 0xCD7EC9) is known color: Orchid. HEX triplet: CD, 7E and C9. RGB value is (205,126,201). Sum of RGB (Red+Green+Blue) = 205+126+201=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC9 is #328136. Grayscale: #9D9D9D. Windows color (decimal): -3309879 or 13205197. OLE color: 13205197.

HSL color Cylindrical-coordinate representation of color #CD7EC9: hue angle of 303.04º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7EC9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 126 201 -
CMYK 0 0.39 0.02 0.20
HSL 303.04º 0.44% 0.65% -
HSV(B) 303.04º 0.39% 0.8% -
XYZ 43.18 32.12 59.18 -
YUV 158.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 205 126 201 0 0.39 0.02 0.20 303.04 0.44 0.65
Hex CD 7E C9 0 27 2 14 12F 2C 41
Octal 315 176 311 0 47 2 24 457 54 101
Binary 11001101 1111110 11001001 0 100111 10 10100 100101111 101100 1000001

Color Harmonies of #CD7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7EC9

Black with #CD7EC9

Text Example


Text Example

White with #CD7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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