Html Css Color HEX #CF7FD5 Orchid

📋 copy color: '#CF7FD5'

red 207 ◦ green 127 ◦ blue 213

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

Shades of Orchid #CF7FD5

Tints of Orchid #CF7FD5

RGB

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

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

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

R = 37.84%
G = 23.22%
B = 38.94%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF7FD5 (or 0xCF7FD5) is known color: Orchid. HEX triplet: CF, 7F and D5. RGB value is (207,127,213). Sum of RGB (Red+Green+Blue) = 207+127+213=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF7FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FD5 is #30802A. Grayscale: #A0A0A0. Windows color (decimal): -3178539 or 13991887. OLE color: 13991887.

HSL color Cylindrical-coordinate representation of color #CF7FD5: hue angle of 295.81º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7FD5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 127 213 -
CMYK 0.03 0.40 0 0.16
HSL 295.81º 0.51% 0.67% -
HSV(B) 295.81º 0.4% 0.84% -
XYZ 45.33 33.25 66.98 -
YUV 160.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 207 127 213 0.03 0.40 0 0.16 295.81 0.51 0.67
Hex CF 7F D5 3 28 0 10 128 33 43
Octal 317 177 325 3 50 0 20 450 63 103
Binary 11001111 1111111 11010101 11 101000 0 10000 100101000 110011 1000011

Color Harmonies of #CF7FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FD5

Black with #CF7FD5

Text Example


Text Example

White with #CF7FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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