Html Css Color HEX #CF50DA Medium Orchid

📋 copy color: '#CF50DA'

red 207 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #CF50DA

Tints of Medium Orchid #CF50DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.84%

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

R = 40.99%
G = 15.84%
B = 43.17%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF50DA (or 0xCF50DA) is known color: Medium Orchid. HEX triplet: CF, 50 and DA. RGB value is (207,80,218). Sum of RGB (Red+Green+Blue) = 207+80+218=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50DA is #30AF25. Grayscale: #858585. Windows color (decimal): -3190566 or 14307535. OLE color: 14307535.

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

Color convert

RGB 207 80 218 -
CMYK 0.05 0.63 0 0.15
HSL 295.22º 0.65% 0.58% -
HSV(B) 295.22º 0.63% 0.85% -
XYZ 41.26 24.06 68.8 -
YUV 133.71 175.58 180.28 -
System Red Green Blue C M Y K H S L
Decimal 207 80 218 0.05 0.63 0 0.15 295.22 0.65 0.58
Hex CF 50 DA 5 3F 0 F 127 41 3A
Octal 317 120 332 5 77 0 17 447 101 72
Binary 11001111 1010000 11011010 101 111111 0 1111 100100111 1000001 111010

Color Harmonies of #CF50DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50DA

Black with #CF50DA

Text Example


Text Example

White with #CF50DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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