Html Css Color HEX #CC7AD1 Orchid

📋 copy color: '#CC7AD1'

red 204 ◦ green 122 ◦ blue 209

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

Shades of Orchid #CC7AD1

Tints of Orchid #CC7AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.07%

R = 38.13%
G = 22.8%
B = 39.07%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC7AD1 (or 0xCC7AD1) is known color: Orchid. HEX triplet: CC, 7A and D1. RGB value is (204,122,209). Sum of RGB (Red+Green+Blue) = 204+122+209=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AD1 is #33852E. Grayscale: #9C9C9C. Windows color (decimal): -3376431 or 13728460. OLE color: 13728460.

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

Color convert

RGB 204 122 209 -
CMYK 0.02 0.42 0 0.18
HSL 296.55º 0.49% 0.65% -
HSV(B) 296.55º 0.42% 0.82% -
XYZ 43.37 31.36 64.09 -
YUV 156.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 204 122 209 0.02 0.42 0 0.18 296.55 0.49 0.65
Hex CC 7A D1 2 2A 0 12 129 31 41
Octal 314 172 321 2 52 0 22 451 61 101
Binary 11001100 1111010 11010001 10 101010 0 10010 100101001 110001 1000001

Color Harmonies of #CC7AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AD1

Black with #CC7AD1

Text Example


Text Example

White with #CC7AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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