Html Css Color HEX #CF72E5 Orchid

📋 copy color: '#CF72E5'

red 207 ◦ green 114 ◦ blue 229

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

Shades of Orchid #CF72E5

Tints of Orchid #CF72E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.73%

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 37.64%
G = 20.73%
B = 41.64%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF72E5 (or 0xCF72E5) is known color: Orchid. HEX triplet: CF, 72 and E5. RGB value is (207,114,229). Sum of RGB (Red+Green+Blue) = 207+114+229=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF72E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72E5 is #308D1A. Grayscale: #9A9A9A. Windows color (decimal): -3181851 or 15037135. OLE color: 15037135.

HSL color Cylindrical-coordinate representation of color #CF72E5: hue angle of 288.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF72E5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 114 229 -
CMYK 0.10 0.50 0 0.10
HSL 288.52º 0.69% 0.67% -
HSV(B) 288.52º 0.5% 0.9% -
XYZ 45.89 30.96 77.69 -
YUV 154.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 207 114 229 0.10 0.50 0 0.10 288.52 0.69 0.67
Hex CF 72 E5 A 32 0 A 121 45 43
Octal 317 162 345 12 62 0 12 441 105 103
Binary 11001111 1110010 11100101 1010 110010 0 1010 100100001 1000101 1000011

Color Harmonies of #CF72E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72E5

Black with #CF72E5

Text Example


Text Example

White with #CF72E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72E5; }

 p { color: rgb(207,114,229); }

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

background-color css

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

 a { background-color: rgb(207,114,229); }

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

border-color css

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

 span { border-color: rgb(207,114,229); }

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