Html Css Color HEX #CF3AEC Medium Orchid

📋 copy color: '#CF3AEC'

red 207 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #CF3AEC

Tints of Medium Orchid #CF3AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 41.32%
G = 11.58%
B = 47.11%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF3AEC (or 0xCF3AEC) is known color: Medium Orchid. HEX triplet: CF, 3A and EC. RGB value is (207,58,236). Sum of RGB (Red+Green+Blue) = 207+58+236=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF3AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3AEC is #30C513. Grayscale: #7A7A7A. Windows color (decimal): -3196180 or 15481551. OLE color: 15481551.

HSL color Cylindrical-coordinate representation of color #CF3AEC: hue angle of 290.22º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3AEC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 58 236 -
CMYK 0.12 0.75 0 0.07
HSL 290.22º 0.82% 0.58% -
HSV(B) 290.22º 0.75% 0.93% -
XYZ 42.39 22.35 81.44 -
YUV 122.84 191.86 188.03 -
System Red Green Blue C M Y K H S L
Decimal 207 58 236 0.12 0.75 0 0.07 290.22 0.82 0.58
Hex CF 3A EC C 4B 0 7 122 52 3A
Octal 317 72 354 14 113 0 7 442 122 72
Binary 11001111 111010 11101100 1100 1001011 0 111 100100010 1010010 111010

Color Harmonies of #CF3AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3AEC

Black with #CF3AEC

Text Example


Text Example

White with #CF3AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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