Html Css Color HEX #CF42ED Medium Orchid

📋 copy color: '#CF42ED'

red 207 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #CF42ED

Tints of Medium Orchid #CF42ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 40.59%
G = 12.94%
B = 46.47%

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

#CF42ED (or 0xCF42ED) is known color: Medium Orchid. HEX triplet: CF, 42 and ED. RGB value is (207,66,237). Sum of RGB (Red+Green+Blue) = 207+66+237=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42ED is #30BD12. Grayscale: #7F7F7F. Windows color (decimal): -3194131 or 15549135. OLE color: 15549135.

HSL color Cylindrical-coordinate representation of color #CF42ED: hue angle of 289.47º degrees, saturation: 0.83, 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 #CF42ED is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 66 237 -
CMYK 0.13 0.72 0 0.07
HSL 289.47º 0.83% 0.59% -
HSV(B) 289.47º 0.72% 0.93% -
XYZ 42.97 23.28 82.35 -
YUV 127.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 207 66 237 0.13 0.72 0 0.07 289.47 0.83 0.59
Hex CF 42 ED D 48 0 7 121 53 3B
Octal 317 102 355 15 110 0 7 441 123 73
Binary 11001111 1000010 11101101 1101 1001000 0 111 100100001 1010011 111011

Color Harmonies of #CF42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42ED

Black with #CF42ED

Text Example


Text Example

White with #CF42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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