Html Css Color HEX #CF42DC Medium Orchid

📋 copy color: '#CF42DC'

red 207 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #CF42DC

Tints of Medium Orchid #CF42DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 41.99%
G = 13.39%
B = 44.62%

CMYK

 C value IS 0.06

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF42DC (or 0xCF42DC) is known color: Medium Orchid. HEX triplet: CF, 42 and DC. RGB value is (207,66,220). Sum of RGB (Red+Green+Blue) = 207+66+220=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42DC is #30BD23. Grayscale: #7D7D7D. Windows color (decimal): -3194148 or 14435023. OLE color: 14435023.

HSL color Cylindrical-coordinate representation of color #CF42DC: hue angle of 294.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF42DC is Cyan = 0.06, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 66 220 -
CMYK 0.06 0.7 0 0.14
HSL 294.94º 0.69% 0.56% -
HSV(B) 294.94º 0.7% 0.86% -
XYZ 40.6 22.33 69.88 -
YUV 125.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 207 66 220 0.06 0.7 0 0.14 294.94 0.69 0.56
Hex CF 42 DC 6 46 0 E 127 45 38
Octal 317 102 334 6 106 0 16 447 105 70
Binary 11001111 1000010 11011100 110 1000110 0 1110 100100111 1000101 111000

Color Harmonies of #CF42DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42DC

Black with #CF42DC

Text Example


Text Example

White with #CF42DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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