Html Css Color HEX #CF33EB Medium Orchid

📋 copy color: '#CF33EB'

red 207 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #CF33EB

Tints of Medium Orchid #CF33EB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.34%

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

R = 41.99%
G = 10.34%
B = 47.67%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF33EB (or 0xCF33EB) is known color: Medium Orchid. HEX triplet: CF, 33 and EB. RGB value is (207,51,235). Sum of RGB (Red+Green+Blue) = 207+51+235=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF33EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF33EB is #30CC14. Grayscale: #767676. Windows color (decimal): -3197973 or 15414223. OLE color: 15414223.

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

Color convert

RGB 207 51 235 -
CMYK 0.12 0.78 0 0.08
HSL 290.87º 0.82% 0.56% -
HSV(B) 290.87º 0.78% 0.92% -
XYZ 41.91 21.63 80.56 -
YUV 118.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 207 51 235 0.12 0.78 0 0.08 290.87 0.82 0.56
Hex CF 33 EB C 4E 0 8 123 52 38
Octal 317 63 353 14 116 0 10 443 122 70
Binary 11001111 110011 11101011 1100 1001110 0 1000 100100011 1010010 111000

Color Harmonies of #CF33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF33EB

Black with #CF33EB

Text Example


Text Example

White with #CF33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF33EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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