Html Css Color HEX #CC7AD5 Orchid

📋 copy color: '#CC7AD5'

red 204 ◦ green 122 ◦ blue 213

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

Shades of Orchid #CC7AD5

Tints of Orchid #CC7AD5

RGB

 RED value IS 204 (80.08% from 255) = 37.85%

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 37.85%
G = 22.63%
B = 39.52%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC7AD5 (or 0xCC7AD5) is known color: Orchid. HEX triplet: CC, 7A and D5. RGB value is (204,122,213). Sum of RGB (Red+Green+Blue) = 204+122+213=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AD5 is #33852A. Grayscale: #9C9C9C. Windows color (decimal): -3376427 or 13990604. OLE color: 13990604.

HSL color Cylindrical-coordinate representation of color #CC7AD5: hue angle of 294.07º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7AD5 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 122 213 -
CMYK 0.04 0.43 0 0.16
HSL 294.07º 0.52% 0.66% -
HSV(B) 294.07º 0.43% 0.84% -
XYZ 43.87 31.56 66.73 -
YUV 156.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 204 122 213 0.04 0.43 0 0.16 294.07 0.52 0.66
Hex CC 7A D5 4 2B 0 10 126 34 42
Octal 314 172 325 4 53 0 20 446 64 102
Binary 11001100 1111010 11010101 100 101011 0 10000 100100110 110100 1000010

Color Harmonies of #CC7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AD5

Black with #CC7AD5

Text Example


Text Example

White with #CC7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AD5; }

 p { color: rgb(204,122,213); }

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

background-color css

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

 a { background-color: rgb(204,122,213); }

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

border-color css

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

 span { border-color: rgb(204,122,213); }

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