Html Css Color HEX #CF39FA Medium Orchid

📋 copy color: '#CF39FA'

red 207 ◦ green 57 ◦ blue 250

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

Shades of Medium Orchid #CF39FA

Tints of Medium Orchid #CF39FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 40.27%
G = 11.09%
B = 48.64%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF39FA (or 0xCF39FA) is known color: Medium Orchid. HEX triplet: CF, 39 and FA. RGB value is (207,57,250). Sum of RGB (Red+Green+Blue) = 207+57+250=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF39FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF39FA is #30C605. Grayscale: #7B7B7B. Windows color (decimal): -3196422 or 16398799. OLE color: 16398799.

HSL color Cylindrical-coordinate representation of color #CF39FA: hue angle of 286.63º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF39FA is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 57 250 -
CMYK 0.17 0.77 0 0.02
HSL 286.63º 0.95% 0.6% -
HSV(B) 286.63º 0.77% 0.98% -
XYZ 44.45 23.09 92.56 -
YUV 123.85 199.2 187.31 -
System Red Green Blue C M Y K H S L
Decimal 207 57 250 0.17 0.77 0 0.02 286.63 0.95 0.6
Hex CF 39 FA 11 4D 0 2 11F 5F 3C
Octal 317 71 372 21 115 0 2 437 137 74
Binary 11001111 111001 11111010 10001 1001101 0 10 100011111 1011111 111100

Color Harmonies of #CF39FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF39FA

Black with #CF39FA

Text Example


Text Example

White with #CF39FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF39FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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