Html Css Color HEX #CF32EB Medium Orchid

📋 copy color: '#CF32EB'

red 207 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #CF32EB

Tints of Medium Orchid #CF32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.16%

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

R = 42.07%
G = 10.16%
B = 47.76%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF32EB (or 0xCF32EB) is known color: Medium Orchid. HEX triplet: CF, 32 and EB. RGB value is (207,50,235). Sum of RGB (Red+Green+Blue) = 207+50+235=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32EB is #30CD14. Grayscale: #757575. Windows color (decimal): -3198229 or 15413967. OLE color: 15413967.

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

Color convert

RGB 207 50 235 -
CMYK 0.12 0.79 0 0.08
HSL 290.92º 0.82% 0.56% -
HSV(B) 290.92º 0.79% 0.92% -
XYZ 41.87 21.54 80.55 -
YUV 118.03 194.01 191.46 -
System Red Green Blue C M Y K H S L
Decimal 207 50 235 0.12 0.79 0 0.08 290.92 0.82 0.56
Hex CF 32 EB C 4F 0 8 123 52 38
Octal 317 62 353 14 117 0 10 443 122 70
Binary 11001111 110010 11101011 1100 1001111 0 1000 100100011 1010010 111000

Color Harmonies of #CF32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32EB

Black with #CF32EB

Text Example


Text Example

White with #CF32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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