Html Css Color HEX #CF4BEB Medium Orchid

📋 copy color: '#CF4BEB'

red 207 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #CF4BEB

Tints of Medium Orchid #CF4BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 40.04%
G = 14.51%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF4BEB (or 0xCF4BEB) is known color: Medium Orchid. HEX triplet: CF, 4B and EB. RGB value is (207,75,235). Sum of RGB (Red+Green+Blue) = 207+75+235=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BEB is #30B414. Grayscale: #848484. Windows color (decimal): -3191829 or 15420367. OLE color: 15420367.

HSL color Cylindrical-coordinate representation of color #CF4BEB: hue angle of 289.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4BEB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 75 235 -
CMYK 0.12 0.68 0 0.08
HSL 289.5º 0.8% 0.61% -
HSV(B) 289.5º 0.68% 0.92% -
XYZ 43.24 24.3 81.01 -
YUV 132.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 207 75 235 0.12 0.68 0 0.08 289.5 0.8 0.61
Hex CF 4B EB C 44 0 8 122 50 3D
Octal 317 113 353 14 104 0 10 442 120 75
Binary 11001111 1001011 11101011 1100 1000100 0 1000 100100010 1010000 111101

Color Harmonies of #CF4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BEB

Black with #CF4BEB

Text Example


Text Example

White with #CF4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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