Html Css Color HEX #CF3FDF Medium Orchid

📋 copy color: '#CF3FDF'

red 207 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #CF3FDF

Tints of Medium Orchid #CF3FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

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

R = 41.99%
G = 12.78%
B = 45.23%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF3FDF (or 0xCF3FDF) is known color: Medium Orchid. HEX triplet: CF, 3F and DF. RGB value is (207,63,223). Sum of RGB (Red+Green+Blue) = 207+63+223=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FDF is #30C020. Grayscale: #7B7B7B. Windows color (decimal): -3194913 or 14630863. OLE color: 14630863.

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

Color convert

RGB 207 63 223 -
CMYK 0.07 0.72 0 0.13
HSL 294º 0.71% 0.56% -
HSV(B) 294º 0.72% 0.87% -
XYZ 40.83 22.15 71.94 -
YUV 124.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 207 63 223 0.07 0.72 0 0.13 294 0.71 0.56
Hex CF 3F DF 7 48 0 D 126 47 38
Octal 317 77 337 7 110 0 15 446 107 70
Binary 11001111 111111 11011111 111 1001000 0 1101 100100110 1000111 111000

Color Harmonies of #CF3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3FDF

Black with #CF3FDF

Text Example


Text Example

White with #CF3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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