Html Css Color HEX #CF5BDC Medium Orchid

📋 copy color: '#CF5BDC'

red 207 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #CF5BDC

Tints of Medium Orchid #CF5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.57%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 39.96%
G = 17.57%
B = 42.47%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF5BDC (or 0xCF5BDC) is known color: Medium Orchid. HEX triplet: CF, 5B and DC. RGB value is (207,91,220). Sum of RGB (Red+Green+Blue) = 207+91+220=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BDC is #30A423. Grayscale: #8B8B8B. Windows color (decimal): -3187748 or 14441423. OLE color: 14441423.

HSL color Cylindrical-coordinate representation of color #CF5BDC: hue angle of 293.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5BDC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 91 220 -
CMYK 0.06 0.59 0 0.14
HSL 293.95º 0.65% 0.61% -
HSV(B) 293.95º 0.59% 0.86% -
XYZ 42.39 25.91 70.48 -
YUV 140.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 207 91 220 0.06 0.59 0 0.14 293.95 0.65 0.61
Hex CF 5B DC 6 3B 0 E 126 41 3D
Octal 317 133 334 6 73 0 16 446 101 75
Binary 11001111 1011011 11011100 110 111011 0 1110 100100110 1000001 111101

Color Harmonies of #CF5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BDC

Black with #CF5BDC

Text Example


Text Example

White with #CF5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BDC; }

 p { color: rgb(207,91,220); }

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

background-color css

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

 a { background-color: rgb(207,91,220); }

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

border-color css

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

 span { border-color: rgb(207,91,220); }

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