Html Css Color HEX #CC7CDC Orchid

📋 copy color: '#CC7CDC'

red 204 ◦ green 124 ◦ blue 220

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

Shades of Orchid #CC7CDC

Tints of Orchid #CC7CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 37.23%
G = 22.63%
B = 40.15%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC7CDC (or 0xCC7CDC) is known color: Orchid. HEX triplet: CC, 7C and DC. RGB value is (204,124,220). Sum of RGB (Red+Green+Blue) = 204+124+220=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CDC is #338323. Grayscale: #9E9E9E. Windows color (decimal): -3375908 or 14449868. OLE color: 14449868.

HSL color Cylindrical-coordinate representation of color #CC7CDC: hue angle of 290º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7CDC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 124 220 -
CMYK 0.07 0.44 0 0.14
HSL 290º 0.58% 0.67% -
HSV(B) 290º 0.44% 0.86% -
XYZ 45.03 32.42 71.59 -
YUV 158.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 204 124 220 0.07 0.44 0 0.14 290 0.58 0.67
Hex CC 7C DC 7 2C 0 E 122 3A 43
Octal 314 174 334 7 54 0 16 442 72 103
Binary 11001100 1111100 11011100 111 101100 0 1110 100100010 111010 1000011

Color Harmonies of #CC7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CDC

Black with #CC7CDC

Text Example


Text Example

White with #CC7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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