Html Css Color HEX #CF4BEA Medium Orchid

📋 copy color: '#CF4BEA'

red 207 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #CF4BEA

Tints of Medium Orchid #CF4BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 40.12%
G = 14.53%
B = 45.35%

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

#CF4BEA (or 0xCF4BEA) is known color: Medium Orchid. HEX triplet: CF, 4B and EA. RGB value is (207,75,234). Sum of RGB (Red+Green+Blue) = 207+75+234=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BEA is #30B415. Grayscale: #848484. Windows color (decimal): -3191830 or 15354831. OLE color: 15354831.

HSL color Cylindrical-coordinate representation of color #CF4BEA: hue angle of 289.81º degrees, saturation: 0.79, 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 #CF4BEA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 75 234 -
CMYK 0.12 0.68 0 0.08
HSL 289.81º 0.79% 0.61% -
HSV(B) 289.81º 0.68% 0.92% -
XYZ 43.1 24.24 80.25 -
YUV 132.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 207 75 234 0.12 0.68 0 0.08 289.81 0.79 0.61
Hex CF 4B EA C 44 0 8 122 4F 3D
Octal 317 113 352 14 104 0 10 442 117 75
Binary 11001111 1001011 11101010 1100 1000100 0 1000 100100010 1001111 111101

Color Harmonies of #CF4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BEA

Black with #CF4BEA

Text Example


Text Example

White with #CF4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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