Html Css Color HEX #CF7AE0 Orchid

📋 copy color: '#CF7AE0'

red 207 ◦ green 122 ◦ blue 224

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

Shades of Orchid #CF7AE0

Tints of Orchid #CF7AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.06%

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 37.43%
G = 22.06%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF7AE0 (or 0xCF7AE0) is known color: Orchid. HEX triplet: CF, 7A and E0. RGB value is (207,122,224). Sum of RGB (Red+Green+Blue) = 207+122+224=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF7AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7AE0 is #30851F. Grayscale: #9E9E9E. Windows color (decimal): -3179808 or 14711503. OLE color: 14711503.

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

Color convert

RGB 207 122 224 -
CMYK 0.08 0.46 0 0.12
HSL 290º 0.62% 0.68% -
HSV(B) 290º 0.46% 0.88% -
XYZ 46.15 32.57 74.37 -
YUV 159.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 207 122 224 0.08 0.46 0 0.12 290 0.62 0.68
Hex CF 7A E0 8 2E 0 C 122 3E 44
Octal 317 172 340 10 56 0 14 442 76 104
Binary 11001111 1111010 11100000 1000 101110 0 1100 100100010 111110 1000100

Color Harmonies of #CF7AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7AE0

Black with #CF7AE0

Text Example


Text Example

White with #CF7AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7AE0; }

 p { color: rgb(207,122,224); }

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

background-color css

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

 a { background-color: rgb(207,122,224); }

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

border-color css

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

 span { border-color: rgb(207,122,224); }

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