Html Css Color HEX #CC7AD0 Orchid

📋 copy color: '#CC7AD0'

red 204 ◦ green 122 ◦ blue 208

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

Shades of Orchid #CC7AD0

Tints of Orchid #CC7AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 38.2%
G = 22.85%
B = 38.95%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC7AD0 (or 0xCC7AD0) is known color: Orchid. HEX triplet: CC, 7A and D0. RGB value is (204,122,208). Sum of RGB (Red+Green+Blue) = 204+122+208=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC7AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AD0 is #33852F. Grayscale: #9C9C9C. Windows color (decimal): -3376432 or 13662924. OLE color: 13662924.

HSL color Cylindrical-coordinate representation of color #CC7AD0: hue angle of 297.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7AD0 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 122 208 -
CMYK 0.02 0.41 0 0.18
HSL 297.21º 0.48% 0.65% -
HSV(B) 297.21º 0.41% 0.82% -
XYZ 43.25 31.31 63.44 -
YUV 156.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 204 122 208 0.02 0.41 0 0.18 297.21 0.48 0.65
Hex CC 7A D0 2 29 0 12 129 30 41
Octal 314 172 320 2 51 0 22 451 60 101
Binary 11001100 1111010 11010000 10 101001 0 10010 100101001 110000 1000001

Color Harmonies of #CC7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AD0

Black with #CC7AD0

Text Example


Text Example

White with #CC7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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