Html Css Color HEX #CF40DA Medium Orchid

📋 copy color: '#CF40DA'

red 207 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #CF40DA

Tints of Medium Orchid #CF40DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

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

R = 42.33%
G = 13.09%
B = 44.58%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF40DA (or 0xCF40DA) is known color: Medium Orchid. HEX triplet: CF, 40 and DA. RGB value is (207,64,218). Sum of RGB (Red+Green+Blue) = 207+64+218=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40DA is #30BF25. Grayscale: #7B7B7B. Windows color (decimal): -3194662 or 14303439. OLE color: 14303439.

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

Color convert

RGB 207 64 218 -
CMYK 0.05 0.71 0 0.15
HSL 295.71º 0.68% 0.55% -
HSV(B) 295.71º 0.71% 0.85% -
XYZ 40.22 21.99 68.46 -
YUV 124.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 207 64 218 0.05 0.71 0 0.15 295.71 0.68 0.55
Hex CF 40 DA 5 47 0 F 128 44 37
Octal 317 100 332 5 107 0 17 450 104 67
Binary 11001111 1000000 11011010 101 1000111 0 1111 100101000 1000100 110111

Color Harmonies of #CF40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40DA

Black with #CF40DA

Text Example


Text Example

White with #CF40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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