Html Css Color HEX #CD7ADB Orchid

📋 copy color: '#CD7ADB'

red 205 ◦ green 122 ◦ blue 219

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

Shades of Orchid #CD7ADB

Tints of Orchid #CD7ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 37.55%
G = 22.34%
B = 40.11%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD7ADB (or 0xCD7ADB) is known color: Orchid. HEX triplet: CD, 7A and DB. RGB value is (205,122,219). Sum of RGB (Red+Green+Blue) = 205+122+219=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ADB is #328524. Grayscale: #9D9D9D. Windows color (decimal): -3310885 or 14383821. OLE color: 14383821.

HSL color Cylindrical-coordinate representation of color #CD7ADB: hue angle of 291.34º degrees, saturation: 0.57, 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 #CD7ADB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 122 219 -
CMYK 0.06 0.44 0 0.14
HSL 291.34º 0.57% 0.67% -
HSV(B) 291.34º 0.44% 0.86% -
XYZ 44.92 32.01 70.83 -
YUV 157.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 205 122 219 0.06 0.44 0 0.14 291.34 0.57 0.67
Hex CD 7A DB 6 2C 0 E 123 39 43
Octal 315 172 333 6 54 0 16 443 71 103
Binary 11001101 1111010 11011011 110 101100 0 1110 100100011 111001 1000011

Color Harmonies of #CD7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ADB

Black with #CD7ADB

Text Example


Text Example

White with #CD7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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