Html Css Color HEX #CF30EB Medium Orchid

📋 copy color: '#CF30EB'

red 207 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #CF30EB

Tints of Medium Orchid #CF30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.8%

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

R = 42.24%
G = 9.8%
B = 47.96%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF30EB (or 0xCF30EB) is known color: Medium Orchid. HEX triplet: CF, 30 and EB. RGB value is (207,48,235). Sum of RGB (Red+Green+Blue) = 207+48+235=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF30EB is #30CF14. Grayscale: #747474. Windows color (decimal): -3198741 or 15413455. OLE color: 15413455.

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

Color convert

RGB 207 48 235 -
CMYK 0.12 0.80 0 0.08
HSL 291.02º 0.82% 0.55% -
HSV(B) 291.02º 0.8% 0.92% -
XYZ 41.78 21.38 80.52 -
YUV 116.86 194.68 192.29 -
System Red Green Blue C M Y K H S L
Decimal 207 48 235 0.12 0.80 0 0.08 291.02 0.82 0.55
Hex CF 30 EB C 50 0 8 123 52 37
Octal 317 60 353 14 120 0 10 443 122 67
Binary 11001111 110000 11101011 1100 1010000 0 1000 100100011 1010010 110111

Color Harmonies of #CF30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30EB

Black with #CF30EB

Text Example


Text Example

White with #CF30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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