Html Css Color HEX #CF3AFA Medium Orchid

📋 copy color: '#CF3AFA'

red 207 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #CF3AFA

Tints of Medium Orchid #CF3AFA

RGB

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

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

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

R = 40.19%
G = 11.26%
B = 48.54%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF3AFA (or 0xCF3AFA) is known color: Medium Orchid. HEX triplet: CF, 3A and FA. RGB value is (207,58,250). Sum of RGB (Red+Green+Blue) = 207+58+250=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF3AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3AFA is #30C505. Grayscale: #7B7B7B. Windows color (decimal): -3196166 or 16399055. OLE color: 16399055.

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

Color convert

RGB 207 58 250 -
CMYK 0.17 0.77 0 0.02
HSL 286.56º 0.95% 0.6% -
HSV(B) 286.56º 0.77% 0.98% -
XYZ 44.5 23.19 92.57 -
YUV 124.44 198.86 186.89 -
System Red Green Blue C M Y K H S L
Decimal 207 58 250 0.17 0.77 0 0.02 286.56 0.95 0.6
Hex CF 3A FA 11 4D 0 2 11F 5F 3C
Octal 317 72 372 21 115 0 2 437 137 74
Binary 11001111 111010 11111010 10001 1001101 0 10 100011111 1011111 111100

Color Harmonies of #CF3AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3AFA

Black with #CF3AFA

Text Example


Text Example

White with #CF3AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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