Html Css Color HEX #CC7ACC Orchid

📋 copy color: '#CC7ACC'

red 204 ◦ green 122 ◦ blue 204

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

Shades of Orchid #CC7ACC

Tints of Orchid #CC7ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 38.49%
G = 23.02%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC7ACC (or 0xCC7ACC) is known color: Orchid. HEX triplet: CC, 7A and CC. RGB value is (204,122,204). Sum of RGB (Red+Green+Blue) = 204+122+204=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ACC is #338533. Grayscale: #9B9B9B. Windows color (decimal): -3376436 or 13400780. OLE color: 13400780.

HSL color Cylindrical-coordinate representation of color #CC7ACC: hue angle of 300º 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 #CC7ACC is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 204 -
CMYK 0 0.40 0 0.2
HSL 300º 0.45% 0.64% -
HSV(B) 300º 0.4% 0.8% -
XYZ 42.76 31.12 60.88 -
YUV 155.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 204 122 204 0 0.40 0 0.2 300 0.45 0.64
Hex CC 7A CC 0 28 0 14 12C 2D 40
Octal 314 172 314 0 50 0 24 454 55 100
Binary 11001100 1111010 11001100 0 101000 0 10100 100101100 101101 1000000

Color Harmonies of #CC7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ACC

Black with #CC7ACC

Text Example


Text Example

White with #CC7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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