Html Css Color HEX #CF73E3 Orchid

📋 copy color: '#CF73E3'

red 207 ◦ green 115 ◦ blue 227

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

Shades of Orchid #CF73E3

Tints of Orchid #CF73E3

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.95%

 BLUE value IS 227 (89.06% from 255) = 41.35%

R = 37.7%
G = 20.95%
B = 41.35%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF73E3 (or 0xCF73E3) is known color: Orchid. HEX triplet: CF, 73 and E3. RGB value is (207,115,227). Sum of RGB (Red+Green+Blue) = 207+115+227=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF73E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73E3 is #308C1C. Grayscale: #9A9A9A. Windows color (decimal): -3181597 or 14906319. OLE color: 14906319.

HSL color Cylindrical-coordinate representation of color #CF73E3: hue angle of 289.29º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF73E3 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 115 227 -
CMYK 0.09 0.49 0 0.11
HSL 289.29º 0.67% 0.67% -
HSV(B) 289.29º 0.49% 0.89% -
XYZ 45.73 31.07 76.26 -
YUV 155.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 207 115 227 0.09 0.49 0 0.11 289.29 0.67 0.67
Hex CF 73 E3 9 31 0 B 121 43 43
Octal 317 163 343 11 61 0 13 441 103 103
Binary 11001111 1110011 11100011 1001 110001 0 1011 100100001 1000011 1000011

Color Harmonies of #CF73E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73E3

Black with #CF73E3

Text Example


Text Example

White with #CF73E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73E3; }

 p { color: rgb(207,115,227); }

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

background-color css

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

 a { background-color: rgb(207,115,227); }

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

border-color css

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

 span { border-color: rgb(207,115,227); }

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