Html Css Color HEX #CC7DCF Orchid

📋 copy color: '#CC7DCF'

red 204 ◦ green 125 ◦ blue 207

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

Shades of Orchid #CC7DCF

Tints of Orchid #CC7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 38.06%
G = 23.32%
B = 38.62%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC7DCF (or 0xCC7DCF) is known color: Orchid. HEX triplet: CC, 7D and CF. RGB value is (204,125,207). Sum of RGB (Red+Green+Blue) = 204+125+207=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DCF is #338230. Grayscale: #9D9D9D. Windows color (decimal): -3375665 or 13598156. OLE color: 13598156.

HSL color Cylindrical-coordinate representation of color #CC7DCF: hue angle of 297.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7DCF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 125 207 -
CMYK 0.01 0.40 0 0.19
HSL 297.8º 0.46% 0.65% -
HSV(B) 297.8º 0.4% 0.81% -
XYZ 43.5 32.01 62.92 -
YUV 157.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 204 125 207 0.01 0.40 0 0.19 297.8 0.46 0.65
Hex CC 7D CF 1 28 0 13 12A 2E 41
Octal 314 175 317 1 50 0 23 452 56 101
Binary 11001100 1111101 11001111 1 101000 0 10011 100101010 101110 1000001

Color Harmonies of #CC7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DCF

Black with #CC7DCF

Text Example


Text Example

White with #CC7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DCF; }

 p { color: rgb(204,125,207); }

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

background-color css

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

 a { background-color: rgb(204,125,207); }

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

border-color css

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

 span { border-color: rgb(204,125,207); }

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