Html Css Color HEX #CC7CBA Orchid

📋 copy color: '#CC7CBA'

red 204 ◦ green 124 ◦ blue 186

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

Shades of Orchid #CC7CBA

Tints of Orchid #CC7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.12%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 39.69%
G = 24.12%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC7CBA (or 0xCC7CBA) is known color: Orchid. HEX triplet: CC, 7C and BA. RGB value is (204,124,186). Sum of RGB (Red+Green+Blue) = 204+124+186=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CBA is #338345. Grayscale: #9A9A9A. Windows color (decimal): -3375942 or 12221644. OLE color: 12221644.

HSL color Cylindrical-coordinate representation of color #CC7CBA: hue angle of 313.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CBA is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 186 -
CMYK 0 0.39 0.09 0.2
HSL 313.5º 0.44% 0.64% -
HSV(B) 313.5º 0.39% 0.8% -
XYZ 40.97 30.8 50.24 -
YUV 154.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 204 124 186 0 0.39 0.09 0.2 313.5 0.44 0.64
Hex CC 7C BA 0 27 9 14 13A 2C 40
Octal 314 174 272 0 47 11 24 472 54 100
Binary 11001100 1111100 10111010 0 100111 1001 10100 100111010 101100 1000000

Color Harmonies of #CC7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CBA

Black with #CC7CBA

Text Example


Text Example

White with #CC7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CBA; }

 p { color: rgb(204,124,186); }

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

background-color css

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

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

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

border-color css

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

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

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