Html Css Color HEX #CC7CBB Orchid

📋 copy color: '#CC7CBB'

red 204 ◦ green 124 ◦ blue 187

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

Shades of Orchid #CC7CBB

Tints of Orchid #CC7CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 39.61%
G = 24.08%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC7CBB (or 0xCC7CBB) is known color: Orchid. HEX triplet: CC, 7C and BB. RGB value is (204,124,187). Sum of RGB (Red+Green+Blue) = 204+124+187=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CBB is #338344. Grayscale: #9A9A9A. Windows color (decimal): -3375941 or 12287180. OLE color: 12287180.

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

Color convert

RGB 204 124 187 -
CMYK 0 0.39 0.08 0.2
HSL 312.75º 0.44% 0.64% -
HSV(B) 312.75º 0.39% 0.8% -
XYZ 41.08 30.84 50.8 -
YUV 155.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 204 124 187 0 0.39 0.08 0.2 312.75 0.44 0.64
Hex CC 7C BB 0 27 8 14 139 2C 40
Octal 314 174 273 0 47 10 24 471 54 100
Binary 11001100 1111100 10111011 0 100111 1000 10100 100111001 101100 1000000

Color Harmonies of #CC7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CBB

Black with #CC7CBB

Text Example


Text Example

White with #CC7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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