Html Css Color HEX #CF42D6 Medium Orchid

📋 copy color: '#CF42D6'

red 207 ◦ green 66 ◦ blue 214

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

Shades of Medium Orchid #CF42D6

Tints of Medium Orchid #CF42D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 42.51%
G = 13.55%
B = 43.94%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF42D6 (or 0xCF42D6) is known color: Medium Orchid. HEX triplet: CF, 42 and D6. RGB value is (207,66,214). Sum of RGB (Red+Green+Blue) = 207+66+214=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42D6 is #30BD29. Grayscale: #7C7C7C. Windows color (decimal): -3194154 or 14041807. OLE color: 14041807.

HSL color Cylindrical-coordinate representation of color #CF42D6: hue angle of 297.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF42D6 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 66 214 -
CMYK 0.03 0.69 0 0.16
HSL 297.16º 0.64% 0.55% -
HSV(B) 297.16º 0.69% 0.84% -
XYZ 39.82 22.02 65.77 -
YUV 125.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 207 66 214 0.03 0.69 0 0.16 297.16 0.64 0.55
Hex CF 42 D6 3 45 0 10 129 40 37
Octal 317 102 326 3 105 0 20 451 100 67
Binary 11001111 1000010 11010110 11 1000101 0 10000 100101001 1000000 110111

Color Harmonies of #CF42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42D6

Black with #CF42D6

Text Example


Text Example

White with #CF42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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