Html Css Color HEX #CF58DA Medium Orchid

📋 copy color: '#CF58DA'

red 207 ◦ green 88 ◦ blue 218

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

Shades of Medium Orchid #CF58DA

Tints of Medium Orchid #CF58DA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.15%

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

R = 40.35%
G = 17.15%
B = 42.5%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF58DA (or 0xCF58DA) is known color: Medium Orchid. HEX triplet: CF, 58 and DA. RGB value is (207,88,218). Sum of RGB (Red+Green+Blue) = 207+88+218=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58DA is #30A725. Grayscale: #898989. Windows color (decimal): -3188518 or 14309583. OLE color: 14309583.

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

Color convert

RGB 207 88 218 -
CMYK 0.05 0.60 0 0.15
HSL 294.92º 0.64% 0.6% -
HSV(B) 294.92º 0.6% 0.85% -
XYZ 41.88 25.31 69.01 -
YUV 138.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 207 88 218 0.05 0.60 0 0.15 294.92 0.64 0.6
Hex CF 58 DA 5 3C 0 F 127 40 3C
Octal 317 130 332 5 74 0 17 447 100 74
Binary 11001111 1011000 11011010 101 111100 0 1111 100100111 1000000 111100

Color Harmonies of #CF58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58DA

Black with #CF58DA

Text Example


Text Example

White with #CF58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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