Html Css Color HEX #CF7AD5 Orchid

📋 copy color: '#CF7AD5'

red 207 ◦ green 122 ◦ blue 213

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

Shades of Orchid #CF7AD5

Tints of Orchid #CF7AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 38.19%
G = 22.51%
B = 39.3%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF7AD5 (or 0xCF7AD5) is known color: Orchid. HEX triplet: CF, 7A and D5. RGB value is (207,122,213). Sum of RGB (Red+Green+Blue) = 207+122+213=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7AD5 is #30852A. Grayscale: #9D9D9D. Windows color (decimal): -3179819 or 13990607. OLE color: 13990607.

HSL color Cylindrical-coordinate representation of color #CF7AD5: hue angle of 296.04º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7AD5 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 122 213 -
CMYK 0.03 0.43 0 0.16
HSL 296.04º 0.52% 0.66% -
HSV(B) 296.04º 0.43% 0.84% -
XYZ 44.7 31.99 66.77 -
YUV 157.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 207 122 213 0.03 0.43 0 0.16 296.04 0.52 0.66
Hex CF 7A D5 3 2B 0 10 128 34 42
Octal 317 172 325 3 53 0 20 450 64 102
Binary 11001111 1111010 11010101 11 101011 0 10000 100101000 110100 1000010

Color Harmonies of #CF7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7AD5

Black with #CF7AD5

Text Example


Text Example

White with #CF7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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