Html Css Color HEX #CF38EB Medium Orchid

📋 copy color: '#CF38EB'

red 207 ◦ green 56 ◦ blue 235

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

Shades of Medium Orchid #CF38EB

Tints of Medium Orchid #CF38EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.24%

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

R = 41.57%
G = 11.24%
B = 47.19%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF38EB (or 0xCF38EB) is known color: Medium Orchid. HEX triplet: CF, 38 and EB. RGB value is (207,56,235). Sum of RGB (Red+Green+Blue) = 207+56+235=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF38EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF38EB is #30C714. Grayscale: #787878. Windows color (decimal): -3196693 or 15415503. OLE color: 15415503.

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

Color convert

RGB 207 56 235 -
CMYK 0.12 0.76 0 0.08
HSL 290.61º 0.82% 0.57% -
HSV(B) 290.61º 0.76% 0.92% -
XYZ 42.14 22.09 80.64 -
YUV 121.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 207 56 235 0.12 0.76 0 0.08 290.61 0.82 0.57
Hex CF 38 EB C 4C 0 8 123 52 39
Octal 317 70 353 14 114 0 10 443 122 71
Binary 11001111 111000 11101011 1100 1001100 0 1000 100100011 1010010 111001

Color Harmonies of #CF38EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38EB

Black with #CF38EB

Text Example


Text Example

White with #CF38EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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