Html Css Color HEX #CF46DE Medium Orchid

📋 copy color: '#CF46DE'

red 207 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #CF46DE

Tints of Medium Orchid #CF46DE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.03%

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 41.48%
G = 14.03%
B = 44.49%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF46DE (or 0xCF46DE) is known color: Medium Orchid. HEX triplet: CF, 46 and DE. RGB value is (207,70,222). Sum of RGB (Red+Green+Blue) = 207+70+222=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF46DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46DE is #30B921. Grayscale: #7F7F7F. Windows color (decimal): -3193122 or 14567119. OLE color: 14567119.

HSL color Cylindrical-coordinate representation of color #CF46DE: hue angle of 294.08º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF46DE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 70 222 -
CMYK 0.07 0.68 0 0.13
HSL 294.08º 0.7% 0.57% -
HSV(B) 294.08º 0.68% 0.87% -
XYZ 41.11 22.92 71.36 -
YUV 128.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 207 70 222 0.07 0.68 0 0.13 294.08 0.7 0.57
Hex CF 46 DE 7 44 0 D 126 46 39
Octal 317 106 336 7 104 0 15 446 106 71
Binary 11001111 1000110 11011110 111 1000100 0 1101 100100110 1000110 111001

Color Harmonies of #CF46DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF46DE

Black with #CF46DE

Text Example


Text Example

White with #CF46DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF46DE; }

 p { color: rgb(207,70,222); }

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

background-color css

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

 a { background-color: rgb(207,70,222); }

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

border-color css

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

 span { border-color: rgb(207,70,222); }

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