Html Css Color HEX #CF84DA Orchid

📋 copy color: '#CF84DA'

red 207 ◦ green 132 ◦ blue 218

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

Shades of Orchid #CF84DA

Tints of Orchid #CF84DA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.7%

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 37.16%
G = 23.7%
B = 39.14%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF84DA (or 0xCF84DA) is known color: Orchid. HEX triplet: CF, 84 and DA. RGB value is (207,132,218). Sum of RGB (Red+Green+Blue) = 207+132+218=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84DA is #307B25. Grayscale: #A3A3A3. Windows color (decimal): -3177254 or 14320847. OLE color: 14320847.

HSL color Cylindrical-coordinate representation of color #CF84DA: hue angle of 292.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF84DA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 132 218 -
CMYK 0.05 0.39 0 0.15
HSL 292.33º 0.54% 0.69% -
HSV(B) 292.33º 0.39% 0.85% -
XYZ 46.64 34.83 70.59 -
YUV 164.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 207 132 218 0.05 0.39 0 0.15 292.33 0.54 0.69
Hex CF 84 DA 5 27 0 F 124 36 45
Octal 317 204 332 5 47 0 17 444 66 105
Binary 11001111 10000100 11011010 101 100111 0 1111 100100100 110110 1000101

Color Harmonies of #CF84DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84DA

Black with #CF84DA

Text Example


Text Example

White with #CF84DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84DA; }

 p { color: rgb(207,132,218); }

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

background-color css

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

 a { background-color: rgb(207,132,218); }

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

border-color css

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

 span { border-color: rgb(207,132,218); }

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