Html Css Color HEX #CF3AEB Medium Orchid

📋 copy color: '#CF3AEB'

red 207 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #CF3AEB

Tints of Medium Orchid #CF3AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 41.4%
G = 11.6%
B = 47%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF3AEB (or 0xCF3AEB) is known color: Medium Orchid. HEX triplet: CF, 3A and EB. RGB value is (207,58,235). Sum of RGB (Red+Green+Blue) = 207+58+235=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF3AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3AEB is #30C514. Grayscale: #7A7A7A. Windows color (decimal): -3196181 or 15416015. OLE color: 15416015.

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

Color convert

RGB 207 58 235 -
CMYK 0.12 0.75 0 0.08
HSL 290.51º 0.82% 0.57% -
HSV(B) 290.51º 0.75% 0.92% -
XYZ 42.24 22.29 80.67 -
YUV 122.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 207 58 235 0.12 0.75 0 0.08 290.51 0.82 0.57
Hex CF 3A EB C 4B 0 8 123 52 39
Octal 317 72 353 14 113 0 10 443 122 71
Binary 11001111 111010 11101011 1100 1001011 0 1000 100100011 1010010 111001

Color Harmonies of #CF3AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3AEB

Black with #CF3AEB

Text Example


Text Example

White with #CF3AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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