Html Css Color HEX #CC7ADD Orchid

📋 copy color: '#CC7ADD'

red 204 ◦ green 122 ◦ blue 221

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

Shades of Orchid #CC7ADD

Tints of Orchid #CC7ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 37.29%
G = 22.3%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC7ADD (or 0xCC7ADD) is known color: Orchid. HEX triplet: CC, 7A and DD. RGB value is (204,122,221). Sum of RGB (Red+Green+Blue) = 204+122+221=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ADD is #338522. Grayscale: #9D9D9D. Windows color (decimal): -3376419 or 14514892. OLE color: 14514892.

HSL color Cylindrical-coordinate representation of color #CC7ADD: hue angle of 289.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7ADD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 122 221 -
CMYK 0.08 0.45 0 0.13
HSL 289.7º 0.59% 0.67% -
HSV(B) 289.7º 0.45% 0.87% -
XYZ 44.91 31.98 72.21 -
YUV 157.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 204 122 221 0.08 0.45 0 0.13 289.7 0.59 0.67
Hex CC 7A DD 8 2D 0 D 122 3B 43
Octal 314 172 335 10 55 0 15 442 73 103
Binary 11001100 1111010 11011101 1000 101101 0 1101 100100010 111011 1000011

Color Harmonies of #CC7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ADD

Black with #CC7ADD

Text Example


Text Example

White with #CC7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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