Html Css Color HEX #CF5ADD Medium Orchid

📋 copy color: '#CF5ADD'

red 207 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #CF5ADD

Tints of Medium Orchid #CF5ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 39.96%
G = 17.37%
B = 42.66%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF5ADD (or 0xCF5ADD) is known color: Medium Orchid. HEX triplet: CF, 5A and DD. RGB value is (207,90,221). Sum of RGB (Red+Green+Blue) = 207+90+221=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ADD is #30A522. Grayscale: #8B8B8B. Windows color (decimal): -3188003 or 14506703. OLE color: 14506703.

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

Color convert

RGB 207 90 221 -
CMYK 0.06 0.59 0 0.13
HSL 293.59º 0.66% 0.61% -
HSV(B) 293.59º 0.59% 0.87% -
XYZ 42.44 25.8 71.15 -
YUV 139.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 207 90 221 0.06 0.59 0 0.13 293.59 0.66 0.61
Hex CF 5A DD 6 3B 0 D 126 42 3D
Octal 317 132 335 6 73 0 15 446 102 75
Binary 11001111 1011010 11011101 110 111011 0 1101 100100110 1000010 111101

Color Harmonies of #CF5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ADD

Black with #CF5ADD

Text Example


Text Example

White with #CF5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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