Html Css Color HEX #CF7FDE Orchid

📋 copy color: '#CF7FDE'

red 207 ◦ green 127 ◦ blue 222

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

Shades of Orchid #CF7FDE

Tints of Orchid #CF7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.84%

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 37.23%
G = 22.84%
B = 39.93%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF7FDE (or 0xCF7FDE) is known color: Orchid. HEX triplet: CF, 7F and DE. RGB value is (207,127,222). Sum of RGB (Red+Green+Blue) = 207+127+222=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FDE is #308021. Grayscale: #A1A1A1. Windows color (decimal): -3178530 or 14581711. OLE color: 14581711.

HSL color Cylindrical-coordinate representation of color #CF7FDE: hue angle of 290.53º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7FDE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 127 222 -
CMYK 0.07 0.43 0 0.13
HSL 290.53º 0.59% 0.68% -
HSV(B) 290.53º 0.43% 0.87% -
XYZ 46.51 33.72 73.16 -
YUV 161.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 207 127 222 0.07 0.43 0 0.13 290.53 0.59 0.68
Hex CF 7F DE 7 2B 0 D 123 3B 44
Octal 317 177 336 7 53 0 15 443 73 104
Binary 11001111 1111111 11011110 111 101011 0 1101 100100011 111011 1000100

Color Harmonies of #CF7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FDE

Black with #CF7FDE

Text Example


Text Example

White with #CF7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FDE; }

 p { color: rgb(207,127,222); }

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

background-color css

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

 a { background-color: rgb(207,127,222); }

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

border-color css

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

 span { border-color: rgb(207,127,222); }

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