Html Css Color HEX #CC7CB9 Orchid

📋 copy color: '#CC7CB9'

red 204 ◦ green 124 ◦ blue 185

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

Shades of Orchid #CC7CB9

Tints of Orchid #CC7CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 39.77%
G = 24.17%
B = 36.06%

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

#CC7CB9 (or 0xCC7CB9) is known color: Orchid. HEX triplet: CC, 7C and B9. RGB value is (204,124,185). Sum of RGB (Red+Green+Blue) = 204+124+185=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CB9 is #338346. Grayscale: #9A9A9A. Windows color (decimal): -3375943 or 12156108. OLE color: 12156108.

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

Color convert

RGB 204 124 185 -
CMYK 0 0.39 0.09 0.2
HSL 314.25º 0.44% 0.64% -
HSV(B) 314.25º 0.39% 0.8% -
XYZ 40.87 30.76 49.68 -
YUV 154.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 204 124 185 0 0.39 0.09 0.2 314.25 0.44 0.64
Hex CC 7C B9 0 27 9 14 13A 2C 40
Octal 314 174 271 0 47 11 24 472 54 100
Binary 11001100 1111100 10111001 0 100111 1001 10100 100111010 101100 1000000

Color Harmonies of #CC7CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CB9

Black with #CC7CB9

Text Example


Text Example

White with #CC7CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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