Html Css Color HEX #CF39DF Medium Orchid

📋 copy color: '#CF39DF'

red 207 ◦ green 57 ◦ blue 223

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

Shades of Medium Orchid #CF39DF

Tints of Medium Orchid #CF39DF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.7%

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

R = 42.51%
G = 11.7%
B = 45.79%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF39DF (or 0xCF39DF) is known color: Medium Orchid. HEX triplet: CF, 39 and DF. RGB value is (207,57,223). Sum of RGB (Red+Green+Blue) = 207+57+223=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF39DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39DF is #30C620. Grayscale: #787878. Windows color (decimal): -3196449 or 14629327. OLE color: 14629327.

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

Color convert

RGB 207 57 223 -
CMYK 0.07 0.74 0 0.13
HSL 294.22º 0.72% 0.55% -
HSV(B) 294.22º 0.74% 0.87% -
XYZ 40.51 21.52 71.83 -
YUV 120.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 207 57 223 0.07 0.74 0 0.13 294.22 0.72 0.55
Hex CF 39 DF 7 4A 0 D 126 48 37
Octal 317 71 337 7 112 0 15 446 110 67
Binary 11001111 111001 11011111 111 1001010 0 1101 100100110 1001000 110111

Color Harmonies of #CF39DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF39DF

Black with #CF39DF

Text Example


Text Example

White with #CF39DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF39DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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