Html Css Color HEX #CF44F2 Medium Orchid

📋 copy color: '#CF44F2'

red 207 ◦ green 68 ◦ blue 242

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

Shades of Medium Orchid #CF44F2

Tints of Medium Orchid #CF44F2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.15%

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 40.04%
G = 13.15%
B = 46.81%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF44F2 (or 0xCF44F2) is known color: Medium Orchid. HEX triplet: CF, 44 and F2. RGB value is (207,68,242). Sum of RGB (Red+Green+Blue) = 207+68+242=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF44F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44F2 is #30BB0D. Grayscale: #808080. Windows color (decimal): -3193614 or 15877327. OLE color: 15877327.

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

Color convert

RGB 207 68 242 -
CMYK 0.14 0.72 0 0.05
HSL 287.93º 0.87% 0.61% -
HSV(B) 287.93º 0.72% 0.95% -
XYZ 43.83 23.81 86.29 -
YUV 129.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 207 68 242 0.14 0.72 0 0.05 287.93 0.87 0.61
Hex CF 44 F2 E 48 0 5 120 57 3D
Octal 317 104 362 16 110 0 5 440 127 75
Binary 11001111 1000100 11110010 1110 1001000 0 101 100100000 1010111 111101

Color Harmonies of #CF44F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44F2

Black with #CF44F2

Text Example


Text Example

White with #CF44F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44F2; }

 p { color: rgb(207,68,242); }

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

background-color css

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

 a { background-color: rgb(207,68,242); }

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

border-color css

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

 span { border-color: rgb(207,68,242); }

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