Html Css Color HEX #CC4FDF Medium Orchid

📋 copy color: '#CC4FDF'

red 204 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #CC4FDF

Tints of Medium Orchid #CC4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 40.32%
G = 15.61%
B = 44.07%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC4FDF (or 0xCC4FDF) is known color: Medium Orchid. HEX triplet: CC, 4F and DF. RGB value is (204,79,223). Sum of RGB (Red+Green+Blue) = 204+79+223=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FDF is #33B020. Grayscale: #848484. Windows color (decimal): -3387425 or 14634956. OLE color: 14634956.

HSL color Cylindrical-coordinate representation of color #CC4FDF: hue angle of 292.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4FDF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 79 223 -
CMYK 0.09 0.65 0 0.13
HSL 292.08º 0.69% 0.59% -
HSV(B) 292.08º 0.65% 0.87% -
XYZ 41.02 23.76 72.24 -
YUV 132.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 204 79 223 0.09 0.65 0 0.13 292.08 0.69 0.59
Hex CC 4F DF 9 41 0 D 124 45 3B
Octal 314 117 337 11 101 0 15 444 105 73
Binary 11001100 1001111 11011111 1001 1000001 0 1101 100100100 1000101 111011

Color Harmonies of #CC4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FDF

Black with #CC4FDF

Text Example


Text Example

White with #CC4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FDF; }

 p { color: rgb(204,79,223); }

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

background-color css

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

 a { background-color: rgb(204,79,223); }

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

border-color css

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

 span { border-color: rgb(204,79,223); }

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