Html Css Color HEX #CF3EF1 Medium Orchid

📋 copy color: '#CF3EF1'

red 207 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #CF3EF1

Tints of Medium Orchid #CF3EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.16%

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 40.59%
G = 12.16%
B = 47.25%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF3EF1 (or 0xCF3EF1) is known color: Medium Orchid. HEX triplet: CF, 3E and F1. RGB value is (207,62,241). Sum of RGB (Red+Green+Blue) = 207+62+241=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF3EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EF1 is #30C10E. Grayscale: #7D7D7D. Windows color (decimal): -3195151 or 15810255. OLE color: 15810255.

HSL color Cylindrical-coordinate representation of color #CF3EF1: hue angle of 288.6º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3EF1 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 62 241 -
CMYK 0.14 0.74 0 0.05
HSL 288.6º 0.86% 0.59% -
HSV(B) 288.6º 0.74% 0.95% -
XYZ 43.33 23.06 85.39 -
YUV 125.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 207 62 241 0.14 0.74 0 0.05 288.6 0.86 0.59
Hex CF 3E F1 E 4A 0 5 121 56 3B
Octal 317 76 361 16 112 0 5 441 126 73
Binary 11001111 111110 11110001 1110 1001010 0 101 100100001 1010110 111011

Color Harmonies of #CF3EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3EF1

Black with #CF3EF1

Text Example


Text Example

White with #CF3EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3EF1; }

 p { color: rgb(207,62,241); }

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

background-color css

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

 a { background-color: rgb(207,62,241); }

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

border-color css

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

 span { border-color: rgb(207,62,241); }

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