Html Css Color HEX #CD7CDC Orchid

📋 copy color: '#CD7CDC'

red 205 ◦ green 124 ◦ blue 220

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

Shades of Orchid #CD7CDC

Tints of Orchid #CD7CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.59%

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

R = 37.34%
G = 22.59%
B = 40.07%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD7CDC (or 0xCD7CDC) is known color: Orchid. HEX triplet: CD, 7C and DC. RGB value is (205,124,220). Sum of RGB (Red+Green+Blue) = 205+124+220=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDC is #328323. Grayscale: #9E9E9E. Windows color (decimal): -3310372 or 14449869. OLE color: 14449869.

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

Color convert

RGB 205 124 220 -
CMYK 0.07 0.44 0 0.14
HSL 290.63º 0.58% 0.67% -
HSV(B) 290.63º 0.44% 0.86% -
XYZ 45.3 32.56 71.61 -
YUV 159.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 205 124 220 0.07 0.44 0 0.14 290.63 0.58 0.67
Hex CD 7C DC 7 2C 0 E 123 3A 43
Octal 315 174 334 7 54 0 16 443 72 103
Binary 11001101 1111100 11011100 111 101100 0 1110 100100011 111010 1000011

Color Harmonies of #CD7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7CDC

Black with #CD7CDC

Text Example


Text Example

White with #CD7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7CDC; }

 p { color: rgb(205,124,220); }

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

background-color css

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

 a { background-color: rgb(205,124,220); }

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

border-color css

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

 span { border-color: rgb(205,124,220); }

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