Html Css Color HEX #CC7AD2 Orchid

📋 copy color: '#CC7AD2'

red 204 ◦ green 122 ◦ blue 210

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

Shades of Orchid #CC7AD2

Tints of Orchid #CC7AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.18%

R = 38.06%
G = 22.76%
B = 39.18%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC7AD2 (or 0xCC7AD2) is known color: Orchid. HEX triplet: CC, 7A and D2. RGB value is (204,122,210). Sum of RGB (Red+Green+Blue) = 204+122+210=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC7AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AD2 is #33852D. Grayscale: #9C9C9C. Windows color (decimal): -3376430 or 13793996. OLE color: 13793996.

HSL color Cylindrical-coordinate representation of color #CC7AD2: hue angle of 295.91º 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 #CC7AD2 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 122 210 -
CMYK 0.03 0.42 0 0.18
HSL 295.91º 0.49% 0.65% -
HSV(B) 295.91º 0.42% 0.82% -
XYZ 43.49 31.41 64.74 -
YUV 156.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 204 122 210 0.03 0.42 0 0.18 295.91 0.49 0.65
Hex CC 7A D2 3 2A 0 12 128 31 41
Octal 314 172 322 3 52 0 22 450 61 101
Binary 11001100 1111010 11010010 11 101010 0 10010 100101000 110001 1000001

Color Harmonies of #CC7AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AD2

Black with #CC7AD2

Text Example


Text Example

White with #CC7AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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