Html Css Color HEX #CF3FFA Medium Orchid

📋 copy color: '#CF3FFA'

red 207 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #CF3FFA

Tints of Medium Orchid #CF3FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 39.81%
G = 12.12%
B = 48.08%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF3FFA (or 0xCF3FFA) is known color: Medium Orchid. HEX triplet: CF, 3F and FA. RGB value is (207,63,250). Sum of RGB (Red+Green+Blue) = 207+63+250=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF3FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FFA is #30C005. Grayscale: #7E7E7E. Windows color (decimal): -3194886 or 16400335. OLE color: 16400335.

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

Color convert

RGB 207 63 250 -
CMYK 0.17 0.75 0 0.02
HSL 286.2º 0.95% 0.61% -
HSV(B) 286.2º 0.75% 0.98% -
XYZ 44.76 23.72 92.66 -
YUV 127.37 197.21 184.79 -
System Red Green Blue C M Y K H S L
Decimal 207 63 250 0.17 0.75 0 0.02 286.2 0.95 0.61
Hex CF 3F FA 11 4B 0 2 11E 5F 3D
Octal 317 77 372 21 113 0 2 436 137 75
Binary 11001111 111111 11111010 10001 1001011 0 10 100011110 1011111 111101

Color Harmonies of #CF3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3FFA

Black with #CF3FFA

Text Example


Text Example

White with #CF3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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