Html Css Color HEX #CC7EBC Orchid

📋 copy color: '#CC7EBC'

red 204 ◦ green 126 ◦ blue 188

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

Shades of Orchid #CC7EBC

Tints of Orchid #CC7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.32%

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

R = 39.38%
G = 24.32%
B = 36.29%

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

#CC7EBC (or 0xCC7EBC) is known color: Orchid. HEX triplet: CC, 7E and BC. RGB value is (204,126,188). Sum of RGB (Red+Green+Blue) = 204+126+188=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EBC is #338143. Grayscale: #9C9C9C. Windows color (decimal): -3375428 or 12353228. OLE color: 12353228.

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

Color convert

RGB 204 126 188 -
CMYK 0 0.38 0.08 0.2
HSL 312.31º 0.43% 0.65% -
HSV(B) 312.31º 0.38% 0.8% -
XYZ 41.44 31.39 51.45 -
YUV 156.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 204 126 188 0 0.38 0.08 0.2 312.31 0.43 0.65
Hex CC 7E BC 0 26 8 14 138 2B 41
Octal 314 176 274 0 46 10 24 470 53 101
Binary 11001100 1111110 10111100 0 100110 1000 10100 100111000 101011 1000001

Color Harmonies of #CC7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EBC

Black with #CC7EBC

Text Example


Text Example

White with #CC7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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