Html Css Color HEX #CF3DEB Medium Orchid

📋 copy color: '#CF3DEB'

red 207 ◦ green 61 ◦ blue 235

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

Shades of Medium Orchid #CF3DEB

Tints of Medium Orchid #CF3DEB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.13%

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

R = 41.15%
G = 12.13%
B = 46.72%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF3DEB (or 0xCF3DEB) is known color: Medium Orchid. HEX triplet: CF, 3D and EB. RGB value is (207,61,235). Sum of RGB (Red+Green+Blue) = 207+61+235=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DEB is #30C214. Grayscale: #7B7B7B. Windows color (decimal): -3195413 or 15416783. OLE color: 15416783.

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

Color convert

RGB 207 61 235 -
CMYK 0.12 0.74 0 0.08
HSL 290.34º 0.81% 0.58% -
HSV(B) 290.34º 0.74% 0.92% -
XYZ 42.4 22.6 80.73 -
YUV 124.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 207 61 235 0.12 0.74 0 0.08 290.34 0.81 0.58
Hex CF 3D EB C 4A 0 8 122 51 3A
Octal 317 75 353 14 112 0 10 442 121 72
Binary 11001111 111101 11101011 1100 1001010 0 1000 100100010 1010001 111010

Color Harmonies of #CF3DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3DEB

Black with #CF3DEB

Text Example


Text Example

White with #CF3DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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