Html Css Color HEX #CF88D7 Orchid

📋 copy color: '#CF88D7'

red 207 ◦ green 136 ◦ blue 215

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

Shades of Orchid #CF88D7

Tints of Orchid #CF88D7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.37%

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

R = 37.1%
G = 24.37%
B = 38.53%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF88D7 (or 0xCF88D7) is known color: Orchid. HEX triplet: CF, 88 and D7. RGB value is (207,136,215). Sum of RGB (Red+Green+Blue) = 207+136+215=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF88D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88D7 is #307728. Grayscale: #A5A5A5. Windows color (decimal): -3176233 or 14125263. OLE color: 14125263.

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

Color convert

RGB 207 136 215 -
CMYK 0.04 0.37 0 0.16
HSL 293.92º 0.5% 0.69% -
HSV(B) 293.92º 0.37% 0.84% -
XYZ 46.8 35.78 68.73 -
YUV 166.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 207 136 215 0.04 0.37 0 0.16 293.92 0.5 0.69
Hex CF 88 D7 4 25 0 10 126 32 45
Octal 317 210 327 4 45 0 20 446 62 105
Binary 11001111 10001000 11010111 100 100101 0 10000 100100110 110010 1000101

Color Harmonies of #CF88D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88D7

Black with #CF88D7

Text Example


Text Example

White with #CF88D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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