Html Css Color HEX #CF40EB Medium Orchid

📋 copy color: '#CF40EB'

red 207 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #CF40EB

Tints of Medium Orchid #CF40EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.65%

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

R = 40.91%
G = 12.65%
B = 46.44%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF40EB (or 0xCF40EB) is known color: Medium Orchid. HEX triplet: CF, 40 and EB. RGB value is (207,64,235). Sum of RGB (Red+Green+Blue) = 207+64+235=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40EB is #30BF14. Grayscale: #7D7D7D. Windows color (decimal): -3194645 or 15417551. OLE color: 15417551.

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

Color convert

RGB 207 64 235 -
CMYK 0.12 0.73 0 0.08
HSL 290.18º 0.81% 0.59% -
HSV(B) 290.18º 0.73% 0.92% -
XYZ 42.56 22.93 80.78 -
YUV 126.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 207 64 235 0.12 0.73 0 0.08 290.18 0.81 0.59
Hex CF 40 EB C 49 0 8 122 51 3B
Octal 317 100 353 14 111 0 10 442 121 73
Binary 11001111 1000000 11101011 1100 1001001 0 1000 100100010 1010001 111011

Color Harmonies of #CF40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40EB

Black with #CF40EB

Text Example


Text Example

White with #CF40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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