Html Css Color HEX #CF7AD0 Orchid

📋 copy color: '#CF7AD0'

red 207 ◦ green 122 ◦ blue 208

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

Shades of Orchid #CF7AD0

Tints of Orchid #CF7AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 38.55%
G = 22.72%
B = 38.73%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF7AD0 (or 0xCF7AD0) is known color: Orchid. HEX triplet: CF, 7A and D0. RGB value is (207,122,208). Sum of RGB (Red+Green+Blue) = 207+122+208=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF7AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7AD0 is #30852F. Grayscale: #9C9C9C. Windows color (decimal): -3179824 or 13662927. OLE color: 13662927.

HSL color Cylindrical-coordinate representation of color #CF7AD0: hue angle of 299.3º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7AD0 is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 122 208 -
CMYK 0.00 0.41 0 0.18
HSL 299.3º 0.48% 0.65% -
HSV(B) 299.3º 0.41% 0.82% -
XYZ 44.08 31.74 63.48 -
YUV 157.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 207 122 208 0.00 0.41 0 0.18 299.3 0.48 0.65
Hex CF 7A D0 0 29 0 12 12B 30 41
Octal 317 172 320 0 51 0 22 453 60 101
Binary 11001111 1111010 11010000 0 101001 0 10010 100101011 110000 1000001

Color Harmonies of #CF7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7AD0

Black with #CF7AD0

Text Example


Text Example

White with #CF7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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