Html Css Color HEX #CF83DD Orchid

📋 copy color: '#CF83DD'

red 207 ◦ green 131 ◦ blue 221

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

Shades of Orchid #CF83DD

Tints of Orchid #CF83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.43%

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 37.03%
G = 23.43%
B = 39.53%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF83DD (or 0xCF83DD) is known color: Orchid. HEX triplet: CF, 83 and DD. RGB value is (207,131,221). Sum of RGB (Red+Green+Blue) = 207+131+221=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83DD is #307C22. Grayscale: #A3A3A3. Windows color (decimal): -3177507 or 14517199. OLE color: 14517199.

HSL color Cylindrical-coordinate representation of color #CF83DD: hue angle of 290.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF83DD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 131 221 -
CMYK 0.06 0.41 0 0.13
HSL 290.67º 0.57% 0.69% -
HSV(B) 290.67º 0.41% 0.87% -
XYZ 46.9 34.72 72.64 -
YUV 163.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 207 131 221 0.06 0.41 0 0.13 290.67 0.57 0.69
Hex CF 83 DD 6 29 0 D 123 39 45
Octal 317 203 335 6 51 0 15 443 71 105
Binary 11001111 10000011 11011101 110 101001 0 1101 100100011 111001 1000101

Color Harmonies of #CF83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83DD

Black with #CF83DD

Text Example


Text Example

White with #CF83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83DD; }

 p { color: rgb(207,131,221); }

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

background-color css

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

 a { background-color: rgb(207,131,221); }

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

border-color css

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

 span { border-color: rgb(207,131,221); }

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