Html Css Color HEX #CC7FBC Orchid

📋 copy color: '#CC7FBC'

red 204 ◦ green 127 ◦ blue 188

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

Shades of Orchid #CC7FBC

Tints of Orchid #CC7FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 39.31%
G = 24.47%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC7FBC (or 0xCC7FBC) is known color: Orchid. HEX triplet: CC, 7F and BC. RGB value is (204,127,188). Sum of RGB (Red+Green+Blue) = 204+127+188=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FBC is #338043. Grayscale: #9C9C9C. Windows color (decimal): -3375172 or 12353484. OLE color: 12353484.

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

Color convert

RGB 204 127 188 -
CMYK 0 0.38 0.08 0.2
HSL 312.47º 0.43% 0.65% -
HSV(B) 312.47º 0.38% 0.8% -
XYZ 41.57 31.65 51.49 -
YUV 156.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 204 127 188 0 0.38 0.08 0.2 312.47 0.43 0.65
Hex CC 7F BC 0 26 8 14 138 2B 41
Octal 314 177 274 0 46 10 24 470 53 101
Binary 11001100 1111111 10111100 0 100110 1000 10100 100111000 101011 1000001

Color Harmonies of #CC7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FBC

Black with #CC7FBC

Text Example


Text Example

White with #CC7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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