Html Css Color HEX #CF3CDF Medium Orchid

📋 copy color: '#CF3CDF'

red 207 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #CF3CDF

Tints of Medium Orchid #CF3CDF

RGB

 RED value IS 207 (81.25% from 255) = 42.24%

 GREEN value IS 60 (23.83% from 255) = 12.24%

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

R = 42.24%
G = 12.24%
B = 45.51%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF3CDF (or 0xCF3CDF) is known color: Medium Orchid. HEX triplet: CF, 3C and DF. RGB value is (207,60,223). Sum of RGB (Red+Green+Blue) = 207+60+223=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CDF is #30C320. Grayscale: #7A7A7A. Windows color (decimal): -3195681 or 14630095. OLE color: 14630095.

HSL color Cylindrical-coordinate representation of color #CF3CDF: hue angle of 294.11º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3CDF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 60 223 -
CMYK 0.07 0.73 0 0.13
HSL 294.11º 0.72% 0.55% -
HSV(B) 294.11º 0.73% 0.87% -
XYZ 40.67 21.82 71.88 -
YUV 122.54 184.7 188.25 -
System Red Green Blue C M Y K H S L
Decimal 207 60 223 0.07 0.73 0 0.13 294.11 0.72 0.55
Hex CF 3C DF 7 49 0 D 126 48 37
Octal 317 74 337 7 111 0 15 446 110 67
Binary 11001111 111100 11011111 111 1001001 0 1101 100100110 1001000 110111

Color Harmonies of #CF3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CDF

Black with #CF3CDF

Text Example


Text Example

White with #CF3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CDF; }

 p { color: rgb(207,60,223); }

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

background-color css

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

 a { background-color: rgb(207,60,223); }

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

border-color css

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

 span { border-color: rgb(207,60,223); }

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