Html Css Color HEX #CC7AC9 Orchid

📋 copy color: '#CC7AC9'

red 204 ◦ green 122 ◦ blue 201

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

Shades of Orchid #CC7AC9

Tints of Orchid #CC7AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 38.71%
G = 23.15%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC7AC9 (or 0xCC7AC9) is known color: Orchid. HEX triplet: CC, 7A and C9. RGB value is (204,122,201). Sum of RGB (Red+Green+Blue) = 204+122+201=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AC9 is #338536. Grayscale: #9B9B9B. Windows color (decimal): -3376439 or 13204172. OLE color: 13204172.

HSL color Cylindrical-coordinate representation of color #CC7AC9: hue angle of 302.2º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7AC9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 201 -
CMYK 0 0.40 0.01 0.2
HSL 302.2º 0.45% 0.64% -
HSV(B) 302.2º 0.4% 0.8% -
XYZ 42.4 30.97 59 -
YUV 155.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 204 122 201 0 0.40 0.01 0.2 302.2 0.45 0.64
Hex CC 7A C9 0 28 1 14 12E 2D 40
Octal 314 172 311 0 50 1 24 456 55 100
Binary 11001100 1111010 11001001 0 101000 1 10100 100101110 101101 1000000

Color Harmonies of #CC7AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AC9

Black with #CC7AC9

Text Example


Text Example

White with #CC7AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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