Html Css Color HEX #CD7ADC Orchid

📋 copy color: '#CD7ADC'

red 205 ◦ green 122 ◦ blue 220

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

Shades of Orchid #CD7ADC

Tints of Orchid #CD7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

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

R = 37.48%
G = 22.3%
B = 40.22%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD7ADC (or 0xCD7ADC) is known color: Orchid. HEX triplet: CD, 7A and DC. RGB value is (205,122,220). Sum of RGB (Red+Green+Blue) = 205+122+220=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ADC is #328523. Grayscale: #9D9D9D. Windows color (decimal): -3310884 or 14449357. OLE color: 14449357.

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

Color convert

RGB 205 122 220 -
CMYK 0.07 0.45 0 0.14
HSL 290.82º 0.58% 0.67% -
HSV(B) 290.82º 0.45% 0.86% -
XYZ 45.05 32.07 71.52 -
YUV 157.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 205 122 220 0.07 0.45 0 0.14 290.82 0.58 0.67
Hex CD 7A DC 7 2D 0 E 123 3A 43
Octal 315 172 334 7 55 0 16 443 72 103
Binary 11001101 1111010 11011100 111 101101 0 1110 100100011 111010 1000011

Color Harmonies of #CD7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ADC

Black with #CD7ADC

Text Example


Text Example

White with #CD7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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