Html Css Color HEX #CC7CBC Orchid

📋 copy color: '#CC7CBC'

red 204 ◦ green 124 ◦ blue 188

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

Shades of Orchid #CC7CBC

Tints of Orchid #CC7CBC

RGB

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

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

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

R = 39.53%
G = 24.03%
B = 36.43%

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

#CC7CBC (or 0xCC7CBC) is known color: Orchid. HEX triplet: CC, 7C and BC. RGB value is (204,124,188). Sum of RGB (Red+Green+Blue) = 204+124+188=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CBC is #338343. Grayscale: #9B9B9B. Windows color (decimal): -3375940 or 12352716. OLE color: 12352716.

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

Color convert

RGB 204 124 188 -
CMYK 0 0.39 0.08 0.2
HSL 312º 0.44% 0.64% -
HSV(B) 312º 0.39% 0.8% -
XYZ 41.19 30.88 51.37 -
YUV 155.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 204 124 188 0 0.39 0.08 0.2 312 0.44 0.64
Hex CC 7C BC 0 27 8 14 138 2C 40
Octal 314 174 274 0 47 10 24 470 54 100
Binary 11001100 1111100 10111100 0 100111 1000 10100 100111000 101100 1000000

Color Harmonies of #CC7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CBC

Black with #CC7CBC

Text Example


Text Example

White with #CC7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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