Html Css Color HEX #CF42D8 Medium Orchid

📋 copy color: '#CF42D8'

red 207 ◦ green 66 ◦ blue 216

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

Shades of Medium Orchid #CF42D8

Tints of Medium Orchid #CF42D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 42.33%
G = 13.5%
B = 44.17%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF42D8 (or 0xCF42D8) is known color: Medium Orchid. HEX triplet: CF, 42 and D8. RGB value is (207,66,216). Sum of RGB (Red+Green+Blue) = 207+66+216=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF42D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42D8 is #30BD27. Grayscale: #7C7C7C. Windows color (decimal): -3194152 or 14172879. OLE color: 14172879.

HSL color Cylindrical-coordinate representation of color #CF42D8: hue angle of 296.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF42D8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 66 216 -
CMYK 0.04 0.69 0 0.15
HSL 296.4º 0.66% 0.55% -
HSV(B) 296.4º 0.69% 0.85% -
XYZ 40.08 22.12 67.12 -
YUV 125.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 207 66 216 0.04 0.69 0 0.15 296.4 0.66 0.55
Hex CF 42 D8 4 45 0 F 128 42 37
Octal 317 102 330 4 105 0 17 450 102 67
Binary 11001111 1000010 11011000 100 1000101 0 1111 100101000 1000010 110111

Color Harmonies of #CF42D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42D8

Black with #CF42D8

Text Example


Text Example

White with #CF42D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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