Html Css Color HEX #CF42EC Medium Orchid

📋 copy color: '#CF42EC'

red 207 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #CF42EC

Tints of Medium Orchid #CF42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.97%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 40.67%
G = 12.97%
B = 46.37%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF42EC (or 0xCF42EC) is known color: Medium Orchid. HEX triplet: CF, 42 and EC. RGB value is (207,66,236). Sum of RGB (Red+Green+Blue) = 207+66+236=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42EC is #30BD13. Grayscale: #7F7F7F. Windows color (decimal): -3194132 or 15483599. OLE color: 15483599.

HSL color Cylindrical-coordinate representation of color #CF42EC: hue angle of 289.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF42EC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 66 236 -
CMYK 0.12 0.72 0 0.07
HSL 289.76º 0.82% 0.59% -
HSV(B) 289.76º 0.72% 0.93% -
XYZ 42.82 23.22 81.58 -
YUV 127.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 207 66 236 0.12 0.72 0 0.07 289.76 0.82 0.59
Hex CF 42 EC C 48 0 7 122 52 3B
Octal 317 102 354 14 110 0 7 442 122 73
Binary 11001111 1000010 11101100 1100 1001000 0 111 100100010 1010010 111011

Color Harmonies of #CF42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42EC

Black with #CF42EC

Text Example


Text Example

White with #CF42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42EC; }

 p { color: rgb(207,66,236); }

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

background-color css

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

 a { background-color: rgb(207,66,236); }

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

border-color css

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

 span { border-color: rgb(207,66,236); }

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