Html Css Color HEX #CC7FCC Orchid

📋 copy color: '#CC7FCC'

red 204 ◦ green 127 ◦ blue 204

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

Shades of Orchid #CC7FCC

Tints of Orchid #CC7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

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

R = 38.13%
G = 23.74%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC7FCC (or 0xCC7FCC) is known color: Orchid. HEX triplet: CC, 7F and CC. RGB value is (204,127,204). Sum of RGB (Red+Green+Blue) = 204+127+204=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FCC is #338033. Grayscale: #9E9E9E. Windows color (decimal): -3375156 or 13402060. OLE color: 13402060.

HSL color Cylindrical-coordinate representation of color #CC7FCC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FCC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 204 -
CMYK 0 0.38 0 0.2
HSL 300º 0.43% 0.65% -
HSV(B) 300º 0.38% 0.8% -
XYZ 43.39 32.38 61.09 -
YUV 158.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 204 127 204 0 0.38 0 0.2 300 0.43 0.65
Hex CC 7F CC 0 26 0 14 12C 2B 41
Octal 314 177 314 0 46 0 24 454 53 101
Binary 11001100 1111111 11001100 0 100110 0 10100 100101100 101011 1000001

Color Harmonies of #CC7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FCC

Black with #CC7FCC

Text Example


Text Example

White with #CC7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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