Html Css Color HEX #CF4BF0 Medium Orchid

📋 copy color: '#CF4BF0'

red 207 ◦ green 75 ◦ blue 240

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

Shades of Medium Orchid #CF4BF0

Tints of Medium Orchid #CF4BF0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.37%

 BLUE value IS 240 (94.14% from 255) = 45.98%

R = 39.66%
G = 14.37%
B = 45.98%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF4BF0 (or 0xCF4BF0) is known color: Medium Orchid. HEX triplet: CF, 4B and F0. RGB value is (207,75,240). Sum of RGB (Red+Green+Blue) = 207+75+240=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF4BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BF0 is #30B40F. Grayscale: #848484. Windows color (decimal): -3191824 or 15748047. OLE color: 15748047.

HSL color Cylindrical-coordinate representation of color #CF4BF0: hue angle of 288º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4BF0 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 75 240 -
CMYK 0.14 0.69 0 0.06
HSL 288º 0.85% 0.62% -
HSV(B) 288º 0.69% 0.94% -
XYZ 43.98 24.59 84.87 -
YUV 133.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 207 75 240 0.14 0.69 0 0.06 288 0.85 0.62
Hex CF 4B F0 E 45 0 6 120 55 3E
Octal 317 113 360 16 105 0 6 440 125 76
Binary 11001111 1001011 11110000 1110 1000101 0 110 100100000 1010101 111110

Color Harmonies of #CF4BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BF0

Black with #CF4BF0

Text Example


Text Example

White with #CF4BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BF0; }

 p { color: rgb(207,75,240); }

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

background-color css

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

 a { background-color: rgb(207,75,240); }

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

border-color css

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

 span { border-color: rgb(207,75,240); }

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