Html Css Color HEX #CD7AC0 Orchid

📋 copy color: '#CD7AC0'

red 205 ◦ green 122 ◦ blue 192

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

Shades of Orchid #CD7AC0

Tints of Orchid #CD7AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 39.5%
G = 23.51%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD7AC0 (or 0xCD7AC0) is known color: Orchid. HEX triplet: CD, 7A and C0. RGB value is (205,122,192). Sum of RGB (Red+Green+Blue) = 205+122+192=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AC0 is #32853F. Grayscale: #9A9A9A. Windows color (decimal): -3310912 or 12614349. OLE color: 12614349.

HSL color Cylindrical-coordinate representation of color #CD7AC0: hue angle of 309.4º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7AC0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 122 192 -
CMYK 0 0.40 0.06 0.20
HSL 309.4º 0.45% 0.64% -
HSV(B) 309.4º 0.4% 0.8% -
XYZ 41.65 30.7 53.6 -
YUV 154.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 205 122 192 0 0.40 0.06 0.20 309.4 0.45 0.64
Hex CD 7A C0 0 28 6 14 135 2D 40
Octal 315 172 300 0 50 6 24 465 55 100
Binary 11001101 1111010 11000000 0 101000 110 10100 100110101 101101 1000000

Color Harmonies of #CD7AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7AC0

Black with #CD7AC0

Text Example


Text Example

White with #CD7AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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