Html Css Color HEX #CF5ADF Medium Orchid

📋 copy color: '#CF5ADF'

red 207 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #CF5ADF

Tints of Medium Orchid #CF5ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.31%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 39.81%
G = 17.31%
B = 42.88%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF5ADF (or 0xCF5ADF) is known color: Medium Orchid. HEX triplet: CF, 5A and DF. RGB value is (207,90,223). Sum of RGB (Red+Green+Blue) = 207+90+223=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF5ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ADF is #30A520. Grayscale: #8B8B8B. Windows color (decimal): -3188001 or 14637775. OLE color: 14637775.

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

Color convert

RGB 207 90 223 -
CMYK 0.07 0.60 0 0.13
HSL 292.78º 0.68% 0.61% -
HSV(B) 292.78º 0.6% 0.87% -
XYZ 42.71 25.91 72.56 -
YUV 140.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 207 90 223 0.07 0.60 0 0.13 292.78 0.68 0.61
Hex CF 5A DF 7 3C 0 D 125 44 3D
Octal 317 132 337 7 74 0 15 445 104 75
Binary 11001111 1011010 11011111 111 111100 0 1101 100100101 1000100 111101

Color Harmonies of #CF5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ADF

Black with #CF5ADF

Text Example


Text Example

White with #CF5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ADF; }

 p { color: rgb(207,90,223); }

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

background-color css

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

 a { background-color: rgb(207,90,223); }

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

border-color css

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

 span { border-color: rgb(207,90,223); }

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