Html Css Color HEX #CF72D7 Orchid

📋 copy color: '#CF72D7'

red 207 ◦ green 114 ◦ blue 215

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

Shades of Orchid #CF72D7

Tints of Orchid #CF72D7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.27%

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 38.62%
G = 21.27%
B = 40.11%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF72D7 (or 0xCF72D7) is known color: Orchid. HEX triplet: CF, 72 and D7. RGB value is (207,114,215). Sum of RGB (Red+Green+Blue) = 207+114+215=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72D7 is #308D28. Grayscale: #999999. Windows color (decimal): -3181865 or 14119631. OLE color: 14119631.

HSL color Cylindrical-coordinate representation of color #CF72D7: hue angle of 295.25º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF72D7 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 114 215 -
CMYK 0.04 0.47 0 0.16
HSL 295.25º 0.56% 0.65% -
HSV(B) 295.25º 0.47% 0.84% -
XYZ 44.02 30.21 67.8 -
YUV 153.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 207 114 215 0.04 0.47 0 0.16 295.25 0.56 0.65
Hex CF 72 D7 4 2F 0 10 127 38 41
Octal 317 162 327 4 57 0 20 447 70 101
Binary 11001111 1110010 11010111 100 101111 0 10000 100100111 111000 1000001

Color Harmonies of #CF72D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72D7

Black with #CF72D7

Text Example


Text Example

White with #CF72D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72D7; }

 p { color: rgb(207,114,215); }

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

background-color css

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

 a { background-color: rgb(207,114,215); }

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

border-color css

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

 span { border-color: rgb(207,114,215); }

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