Html Css Color HEX #CF3DF5 Medium Orchid

📋 copy color: '#CF3DF5'

red 207 ◦ green 61 ◦ blue 245

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

Shades of Medium Orchid #CF3DF5

Tints of Medium Orchid #CF3DF5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.89%

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

R = 40.35%
G = 11.89%
B = 47.76%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF3DF5 (or 0xCF3DF5) is known color: Medium Orchid. HEX triplet: CF, 3D and F5. RGB value is (207,61,245). Sum of RGB (Red+Green+Blue) = 207+61+245=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF3DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DF5 is #30C20A. Grayscale: #7D7D7D. Windows color (decimal): -3195403 or 16072143. OLE color: 16072143.

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

Color convert

RGB 207 61 245 -
CMYK 0.16 0.75 0 0.04
HSL 287.61º 0.9% 0.6% -
HSV(B) 287.61º 0.75% 0.96% -
XYZ 43.88 23.2 88.55 -
YUV 125.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 207 61 245 0.16 0.75 0 0.04 287.61 0.9 0.6
Hex CF 3D F5 10 4B 0 4 120 5A 3C
Octal 317 75 365 20 113 0 4 440 132 74
Binary 11001111 111101 11110101 10000 1001011 0 100 100100000 1011010 111100

Color Harmonies of #CF3DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3DF5

Black with #CF3DF5

Text Example


Text Example

White with #CF3DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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