Html Css Color HEX #CF43F0 Medium Orchid

📋 copy color: '#CF43F0'

red 207 ◦ green 67 ◦ blue 240

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

Shades of Medium Orchid #CF43F0

Tints of Medium Orchid #CF43F0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.04%

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 40.27%
G = 13.04%
B = 46.69%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF43F0 (or 0xCF43F0) is known color: Medium Orchid. HEX triplet: CF, 43 and F0. RGB value is (207,67,240). Sum of RGB (Red+Green+Blue) = 207+67+240=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF43F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43F0 is #30BC0F. Grayscale: #808080. Windows color (decimal): -3193872 or 15745999. OLE color: 15745999.

HSL color Cylindrical-coordinate representation of color #CF43F0: hue angle of 288.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF43F0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 67 240 -
CMYK 0.14 0.72 0 0.06
HSL 288.55º 0.85% 0.6% -
HSV(B) 288.55º 0.72% 0.94% -
XYZ 43.47 23.57 84.7 -
YUV 128.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 207 67 240 0.14 0.72 0 0.06 288.55 0.85 0.6
Hex CF 43 F0 E 48 0 6 121 55 3C
Octal 317 103 360 16 110 0 6 441 125 74
Binary 11001111 1000011 11110000 1110 1001000 0 110 100100001 1010101 111100

Color Harmonies of #CF43F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF43F0

Black with #CF43F0

Text Example


Text Example

White with #CF43F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF43F0; }

 p { color: rgb(207,67,240); }

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

background-color css

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

 a { background-color: rgb(207,67,240); }

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

border-color css

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

 span { border-color: rgb(207,67,240); }

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