Html Css Color HEX #CF40FF Medium Orchid

📋 copy color: '#CF40FF'

red 207 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #CF40FF

Tints of Medium Orchid #CF40FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 39.35%
G = 12.17%
B = 48.48%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF40FF (or 0xCF40FF) is known color: Medium Orchid. HEX triplet: CF, 40 and FF. RGB value is (207,64,255). Sum of RGB (Red+Green+Blue) = 207+64+255=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40FF is #30BF00. Grayscale: #7F7F7F. Windows color (decimal): -3194625 or 16728271. OLE color: 16728271.

HSL color Cylindrical-coordinate representation of color #CF40FF: hue angle of 284.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF40FF is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 207 64 255 -
CMYK 0.19 0.75 0 0
HSL 284.92º 1% 0.63% -
HSV(B) 284.92º 0.75% 1% -
XYZ 45.62 24.15 96.87 -
YUV 128.53 199.38 183.97 -
System Red Green Blue C M Y K H S L
Decimal 207 64 255 0.19 0.75 0 0 284.92 1 0.63
Hex CF 40 FF 13 4B 0 0 11D 64 3F
Octal 317 100 377 23 113 0 0 435 144 77
Binary 11001111 1000000 11111111 10011 1001011 0 0 100011101 1100100 111111

Color Harmonies of #CF40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40FF

Black with #CF40FF

Text Example


Text Example

White with #CF40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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