Html Css Color HEX #CC7BCC Orchid

📋 copy color: '#CC7BCC'

red 204 ◦ green 123 ◦ blue 204

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

Shades of Orchid #CC7BCC

Tints of Orchid #CC7BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.16%

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

R = 38.42%
G = 23.16%
B = 38.42%

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

#CC7BCC (or 0xCC7BCC) is known color: Orchid. HEX triplet: CC, 7B and CC. RGB value is (204,123,204). Sum of RGB (Red+Green+Blue) = 204+123+204=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BCC is #338433. Grayscale: #9C9C9C. Windows color (decimal): -3376180 or 13401036. OLE color: 13401036.

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

Color convert

RGB 204 123 204 -
CMYK 0 0.40 0 0.2
HSL 300º 0.44% 0.64% -
HSV(B) 300º 0.4% 0.8% -
XYZ 42.88 31.36 60.92 -
YUV 156.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 204 123 204 0 0.40 0 0.2 300 0.44 0.64
Hex CC 7B CC 0 28 0 14 12C 2C 40
Octal 314 173 314 0 50 0 24 454 54 100
Binary 11001100 1111011 11001100 0 101000 0 10100 100101100 101100 1000000

Color Harmonies of #CC7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BCC

Black with #CC7BCC

Text Example


Text Example

White with #CC7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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