Html Css Color HEX #CF38F1 Medium Orchid

📋 copy color: '#CF38F1'

red 207 ◦ green 56 ◦ blue 241

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

Shades of Medium Orchid #CF38F1

Tints of Medium Orchid #CF38F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.11%

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

R = 41.07%
G = 11.11%
B = 47.82%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF38F1 (or 0xCF38F1) is known color: Medium Orchid. HEX triplet: CF, 38 and F1. RGB value is (207,56,241). Sum of RGB (Red+Green+Blue) = 207+56+241=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF38F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF38F1 is #30C70E. Grayscale: #797979. Windows color (decimal): -3196687 or 15808719. OLE color: 15808719.

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

Color convert

RGB 207 56 241 -
CMYK 0.14 0.77 0 0.05
HSL 288.97º 0.87% 0.58% -
HSV(B) 288.97º 0.77% 0.95% -
XYZ 43.02 22.44 85.28 -
YUV 122.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 207 56 241 0.14 0.77 0 0.05 288.97 0.87 0.58
Hex CF 38 F1 E 4D 0 5 121 57 3A
Octal 317 70 361 16 115 0 5 441 127 72
Binary 11001111 111000 11110001 1110 1001101 0 101 100100001 1010111 111010

Color Harmonies of #CF38F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38F1

Black with #CF38F1

Text Example


Text Example

White with #CF38F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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