Html Css Color HEX #CF4DE8 Medium Orchid

📋 copy color: '#CF4DE8'

red 207 ◦ green 77 ◦ blue 232

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

Shades of Medium Orchid #CF4DE8

Tints of Medium Orchid #CF4DE8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.92%

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

R = 40.12%
G = 14.92%
B = 44.96%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF4DE8 (or 0xCF4DE8) is known color: Medium Orchid. HEX triplet: CF, 4D and E8. RGB value is (207,77,232). Sum of RGB (Red+Green+Blue) = 207+77+232=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF4DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4DE8 is #30B217. Grayscale: #858585. Windows color (decimal): -3191320 or 15224271. OLE color: 15224271.

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

Color convert

RGB 207 77 232 -
CMYK 0.11 0.67 0 0.09
HSL 290.32º 0.77% 0.61% -
HSV(B) 290.32º 0.67% 0.91% -
XYZ 42.95 24.4 78.79 -
YUV 133.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 207 77 232 0.11 0.67 0 0.09 290.32 0.77 0.61
Hex CF 4D E8 B 43 0 9 122 4D 3D
Octal 317 115 350 13 103 0 11 442 115 75
Binary 11001111 1001101 11101000 1011 1000011 0 1001 100100010 1001101 111101

Color Harmonies of #CF4DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DE8

Black with #CF4DE8

Text Example


Text Example

White with #CF4DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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