Html Css Color HEX #CF3FDD Medium Orchid

📋 copy color: '#CF3FDD'

red 207 ◦ green 63 ◦ blue 221

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

Shades of Medium Orchid #CF3FDD

Tints of Medium Orchid #CF3FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.83%

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

R = 42.16%
G = 12.83%
B = 45.01%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF3FDD (or 0xCF3FDD) is known color: Medium Orchid. HEX triplet: CF, 3F and DD. RGB value is (207,63,221). Sum of RGB (Red+Green+Blue) = 207+63+221=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FDD is #30C022. Grayscale: #7B7B7B. Windows color (decimal): -3194915 or 14499791. OLE color: 14499791.

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

Color convert

RGB 207 63 221 -
CMYK 0.06 0.71 0 0.13
HSL 294.68º 0.7% 0.56% -
HSV(B) 294.68º 0.71% 0.87% -
XYZ 40.56 22.04 70.52 -
YUV 124.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 207 63 221 0.06 0.71 0 0.13 294.68 0.7 0.56
Hex CF 3F DD 6 47 0 D 127 46 38
Octal 317 77 335 6 107 0 15 447 106 70
Binary 11001111 111111 11011101 110 1000111 0 1101 100100111 1000110 111000

Color Harmonies of #CF3FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3FDD

Black with #CF3FDD

Text Example


Text Example

White with #CF3FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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