Html Css Color HEX #CD7ACE Orchid

📋 copy color: '#CD7ACE'

red 205 ◦ green 122 ◦ blue 206

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

Shades of Orchid #CD7ACE

Tints of Orchid #CD7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 38.46%
G = 22.89%
B = 38.65%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD7ACE (or 0xCD7ACE) is known color: Orchid. HEX triplet: CD, 7A and CE. RGB value is (205,122,206). Sum of RGB (Red+Green+Blue) = 205+122+206=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ACE is #328531. Grayscale: #9C9C9C. Windows color (decimal): -3310898 or 13531853. OLE color: 13531853.

HSL color Cylindrical-coordinate representation of color #CD7ACE: hue angle of 299.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD7ACE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 122 206 -
CMYK 0.00 0.41 0 0.19
HSL 299.29º 0.46% 0.64% -
HSV(B) 299.29º 0.41% 0.81% -
XYZ 43.28 31.35 62.16 -
YUV 156.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 205 122 206 0.00 0.41 0 0.19 299.29 0.46 0.64
Hex CD 7A CE 0 29 0 13 12B 2E 40
Octal 315 172 316 0 51 0 23 453 56 100
Binary 11001101 1111010 11001110 0 101001 0 10011 100101011 101110 1000000

Color Harmonies of #CD7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ACE

Black with #CD7ACE

Text Example


Text Example

White with #CD7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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