Html Css Color HEX #CD7ADD Orchid

📋 copy color: '#CD7ADD'

red 205 ◦ green 122 ◦ blue 221

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

Shades of Orchid #CD7ADD

Tints of Orchid #CD7ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 37.41%
G = 22.26%
B = 40.33%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD7ADD (or 0xCD7ADD) is known color: Orchid. HEX triplet: CD, 7A and DD. RGB value is (205,122,221). Sum of RGB (Red+Green+Blue) = 205+122+221=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ADD is #328522. Grayscale: #9D9D9D. Windows color (decimal): -3310883 or 14514893. OLE color: 14514893.

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

Color convert

RGB 205 122 221 -
CMYK 0.07 0.45 0 0.13
HSL 290.3º 0.59% 0.67% -
HSV(B) 290.3º 0.45% 0.87% -
XYZ 45.19 32.12 72.22 -
YUV 158.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 205 122 221 0.07 0.45 0 0.13 290.3 0.59 0.67
Hex CD 7A DD 7 2D 0 D 122 3B 43
Octal 315 172 335 7 55 0 15 442 73 103
Binary 11001101 1111010 11011101 111 101101 0 1101 100100010 111011 1000011

Color Harmonies of #CD7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ADD

Black with #CD7ADD

Text Example


Text Example

White with #CD7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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