Html Css Color HEX #CF5FDA Orchid

📋 copy color: '#CF5FDA'

red 207 ◦ green 95 ◦ blue 218

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

Shades of Orchid #CF5FDA

Tints of Orchid #CF5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

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

R = 39.81%
G = 18.27%
B = 41.92%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF5FDA (or 0xCF5FDA) is known color: Orchid. HEX triplet: CF, 5F and DA. RGB value is (207,95,218). Sum of RGB (Red+Green+Blue) = 207+95+218=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FDA is #30A025. Grayscale: #8E8E8E. Windows color (decimal): -3186726 or 14311375. OLE color: 14311375.

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

Color convert

RGB 207 95 218 -
CMYK 0.05 0.56 0 0.15
HSL 294.63º 0.62% 0.61% -
HSV(B) 294.63º 0.56% 0.85% -
XYZ 42.48 26.51 69.21 -
YUV 142.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 207 95 218 0.05 0.56 0 0.15 294.63 0.62 0.61
Hex CF 5F DA 5 38 0 F 127 3E 3D
Octal 317 137 332 5 70 0 17 447 76 75
Binary 11001111 1011111 11011010 101 111000 0 1111 100100111 111110 111101

Color Harmonies of #CF5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FDA

Black with #CF5FDA

Text Example


Text Example

White with #CF5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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