Html Css Color HEX #CF41D7 Medium Orchid

📋 copy color: '#CF41D7'

red 207 ◦ green 65 ◦ blue 215

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

Shades of Medium Orchid #CF41D7

Tints of Medium Orchid #CF41D7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.35%

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 42.51%
G = 13.35%
B = 44.15%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF41D7 (or 0xCF41D7) is known color: Medium Orchid. HEX triplet: CF, 41 and D7. RGB value is (207,65,215). Sum of RGB (Red+Green+Blue) = 207+65+215=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF41D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41D7 is #30BE28. Grayscale: #7C7C7C. Windows color (decimal): -3194409 or 14107087. OLE color: 14107087.

HSL color Cylindrical-coordinate representation of color #CF41D7: hue angle of 296.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF41D7 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 65 215 -
CMYK 0.04 0.70 0 0.16
HSL 296.8º 0.65% 0.55% -
HSV(B) 296.8º 0.7% 0.84% -
XYZ 39.89 21.95 66.42 -
YUV 124.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 207 65 215 0.04 0.70 0 0.16 296.8 0.65 0.55
Hex CF 41 D7 4 46 0 10 129 41 37
Octal 317 101 327 4 106 0 20 451 101 67
Binary 11001111 1000001 11010111 100 1000110 0 10000 100101001 1000001 110111

Color Harmonies of #CF41D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41D7

Black with #CF41D7

Text Example


Text Example

White with #CF41D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41D7; }

 p { color: rgb(207,65,215); }

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

background-color css

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

 a { background-color: rgb(207,65,215); }

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

border-color css

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

 span { border-color: rgb(207,65,215); }

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