Html Css Color HEX #CF3DF9 Medium Orchid

📋 copy color: '#CF3DF9'

red 207 ◦ green 61 ◦ blue 249

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

Shades of Medium Orchid #CF3DF9

Tints of Medium Orchid #CF3DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 40.04%
G = 11.8%
B = 48.16%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF3DF9 (or 0xCF3DF9) is known color: Medium Orchid. HEX triplet: CF, 3D and F9. RGB value is (207,61,249). Sum of RGB (Red+Green+Blue) = 207+61+249=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF3DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DF9 is #30C206. Grayscale: #7D7D7D. Windows color (decimal): -3195399 or 16334287. OLE color: 16334287.

HSL color Cylindrical-coordinate representation of color #CF3DF9: hue angle of 286.6º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3DF9 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 61 249 -
CMYK 0.17 0.76 0 0.02
HSL 286.6º 0.94% 0.61% -
HSV(B) 286.6º 0.76% 0.98% -
XYZ 44.5 23.44 91.8 -
YUV 126.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 207 61 249 0.17 0.76 0 0.02 286.6 0.94 0.61
Hex CF 3D F9 11 4C 0 2 11F 5E 3D
Octal 317 75 371 21 114 0 2 437 136 75
Binary 11001111 111101 11111001 10001 1001100 0 10 100011111 1011110 111101

Color Harmonies of #CF3DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3DF9

Black with #CF3DF9

Text Example


Text Example

White with #CF3DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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