Html Css Color HEX #CF3FF7 Medium Orchid

📋 copy color: '#CF3FF7'

red 207 ◦ green 63 ◦ blue 247

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

Shades of Medium Orchid #CF3FF7

Tints of Medium Orchid #CF3FF7

RGB

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

 GREEN value IS 63 (25% from 255) = 12.19%

 BLUE value IS 247 (96.88% from 255) = 47.78%

R = 40.04%
G = 12.19%
B = 47.78%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF3FF7 (or 0xCF3FF7) is known color: Medium Orchid. HEX triplet: CF, 3F and F7. RGB value is (207,63,247). Sum of RGB (Red+Green+Blue) = 207+63+247=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF3FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FF7 is #30C008. Grayscale: #7E7E7E. Windows color (decimal): -3194889 or 16203727. OLE color: 16203727.

HSL color Cylindrical-coordinate representation of color #CF3FF7: hue angle of 286.96º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3FF7 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 63 247 -
CMYK 0.16 0.74 0 0.03
HSL 286.96º 0.92% 0.61% -
HSV(B) 286.96º 0.74% 0.97% -
XYZ 44.3 23.54 90.2 -
YUV 127.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 207 63 247 0.16 0.74 0 0.03 286.96 0.92 0.61
Hex CF 3F F7 10 4A 0 3 11F 5C 3D
Octal 317 77 367 20 112 0 3 437 134 75
Binary 11001111 111111 11110111 10000 1001010 0 11 100011111 1011100 111101

Color Harmonies of #CF3FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3FF7

Black with #CF3FF7

Text Example


Text Example

White with #CF3FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3FF7; }

 p { color: rgb(207,63,247); }

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

background-color css

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

 a { background-color: rgb(207,63,247); }

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

border-color css

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

 span { border-color: rgb(207,63,247); }

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