Html Css Color HEX #CF3AF5 Medium Orchid

📋 copy color: '#CF3AF5'

red 207 ◦ green 58 ◦ blue 245

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

Shades of Medium Orchid #CF3AF5

Tints of Medium Orchid #CF3AF5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.37%

 BLUE value IS 245 (96.09% from 255) = 48.04%

R = 40.59%
G = 11.37%
B = 48.04%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF3AF5 (or 0xCF3AF5) is known color: Medium Orchid. HEX triplet: CF, 3A and F5. RGB value is (207,58,245). Sum of RGB (Red+Green+Blue) = 207+58+245=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF3AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3AF5 is #30C50A. Grayscale: #7B7B7B. Windows color (decimal): -3196171 or 16071375. OLE color: 16071375.

HSL color Cylindrical-coordinate representation of color #CF3AF5: hue angle of 287.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3AF5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 58 245 -
CMYK 0.16 0.76 0 0.04
HSL 287.81º 0.9% 0.59% -
HSV(B) 287.81º 0.76% 0.96% -
XYZ 43.73 22.88 88.5 -
YUV 123.87 196.36 187.29 -
System Red Green Blue C M Y K H S L
Decimal 207 58 245 0.16 0.76 0 0.04 287.81 0.9 0.59
Hex CF 3A F5 10 4C 0 4 120 5A 3B
Octal 317 72 365 20 114 0 4 440 132 73
Binary 11001111 111010 11110101 10000 1001100 0 100 100100000 1011010 111011

Color Harmonies of #CF3AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3AF5

Black with #CF3AF5

Text Example


Text Example

White with #CF3AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3AF5; }

 p { color: rgb(207,58,245); }

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

background-color css

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

 a { background-color: rgb(207,58,245); }

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

border-color css

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

 span { border-color: rgb(207,58,245); }

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