Html Css Color HEX #CF42EE Medium Orchid

📋 copy color: '#CF42EE'

red 207 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #CF42EE

Tints of Medium Orchid #CF42EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 40.51%
G = 12.92%
B = 46.58%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF42EE (or 0xCF42EE) is known color: Medium Orchid. HEX triplet: CF, 42 and EE. RGB value is (207,66,238). Sum of RGB (Red+Green+Blue) = 207+66+238=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42EE is #30BD11. Grayscale: #7F7F7F. Windows color (decimal): -3194130 or 15614671. OLE color: 15614671.

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

Color convert

RGB 207 66 238 -
CMYK 0.13 0.72 0 0.07
HSL 289.19º 0.83% 0.6% -
HSV(B) 289.19º 0.72% 0.93% -
XYZ 43.11 23.33 83.12 -
YUV 127.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 207 66 238 0.13 0.72 0 0.07 289.19 0.83 0.6
Hex CF 42 EE D 48 0 7 121 53 3C
Octal 317 102 356 15 110 0 7 441 123 74
Binary 11001111 1000010 11101110 1101 1001000 0 111 100100001 1010011 111100

Color Harmonies of #CF42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42EE

Black with #CF42EE

Text Example


Text Example

White with #CF42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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