Html Css Color HEX #CF40E8 Medium Orchid

📋 copy color: '#CF40E8'

red 207 ◦ green 64 ◦ blue 232

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

Shades of Medium Orchid #CF40E8

Tints of Medium Orchid #CF40E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 41.15%
G = 12.72%
B = 46.12%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF40E8 (or 0xCF40E8) is known color: Medium Orchid. HEX triplet: CF, 40 and E8. RGB value is (207,64,232). Sum of RGB (Red+Green+Blue) = 207+64+232=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF40E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40E8 is #30BF17. Grayscale: #7D7D7D. Windows color (decimal): -3194648 or 15220943. OLE color: 15220943.

HSL color Cylindrical-coordinate representation of color #CF40E8: hue angle of 291.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF40E8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 64 232 -
CMYK 0.11 0.72 0 0.09
HSL 291.07º 0.79% 0.58% -
HSV(B) 291.07º 0.72% 0.91% -
XYZ 42.13 22.76 78.52 -
YUV 125.91 187.88 185.84 -
System Red Green Blue C M Y K H S L
Decimal 207 64 232 0.11 0.72 0 0.09 291.07 0.79 0.58
Hex CF 40 E8 B 48 0 9 123 4F 3A
Octal 317 100 350 13 110 0 11 443 117 72
Binary 11001111 1000000 11101000 1011 1001000 0 1001 100100011 1001111 111010

Color Harmonies of #CF40E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40E8

Black with #CF40E8

Text Example


Text Example

White with #CF40E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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