Html Css Color HEX #CF47DA Medium Orchid

📋 copy color: '#CF47DA'

red 207 ◦ green 71 ◦ blue 218

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

Shades of Medium Orchid #CF47DA

Tints of Medium Orchid #CF47DA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.31%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 41.73%
G = 14.31%
B = 43.95%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF47DA (or 0xCF47DA) is known color: Medium Orchid. HEX triplet: CF, 47 and DA. RGB value is (207,71,218). Sum of RGB (Red+Green+Blue) = 207+71+218=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF47DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47DA is #30B825. Grayscale: #7F7F7F. Windows color (decimal): -3192870 or 14305231. OLE color: 14305231.

HSL color Cylindrical-coordinate representation of color #CF47DA: hue angle of 295.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF47DA is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 71 218 -
CMYK 0.05 0.67 0 0.15
HSL 295.51º 0.67% 0.57% -
HSV(B) 295.51º 0.67% 0.85% -
XYZ 40.64 22.83 68.6 -
YUV 128.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 207 71 218 0.05 0.67 0 0.15 295.51 0.67 0.57
Hex CF 47 DA 5 43 0 F 128 43 39
Octal 317 107 332 5 103 0 17 450 103 71
Binary 11001111 1000111 11011010 101 1000011 0 1111 100101000 1000011 111001

Color Harmonies of #CF47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47DA

Black with #CF47DA

Text Example


Text Example

White with #CF47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47DA; }

 p { color: rgb(207,71,218); }

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

background-color css

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

 a { background-color: rgb(207,71,218); }

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

border-color css

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

 span { border-color: rgb(207,71,218); }

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