Html Css Color HEX #CF6BC8 Orchid

📋 copy color: '#CF6BC8'

red 207 ◦ green 107 ◦ blue 200

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

Shades of Orchid #CF6BC8

Tints of Orchid #CF6BC8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 40.27%
G = 20.82%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF6BC8 (or 0xCF6BC8) is known color: Orchid. HEX triplet: CF, 6B and C8. RGB value is (207,107,200). Sum of RGB (Red+Green+Blue) = 207+107+200=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BC8 is #309437. Grayscale: #939393. Windows color (decimal): -3183672 or 13134799. OLE color: 13134799.

HSL color Cylindrical-coordinate representation of color #CF6BC8: hue angle of 304.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6BC8 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 200 -
CMYK 0 0.48 0.03 0.19
HSL 304.2º 0.51% 0.62% -
HSV(B) 304.2º 0.48% 0.81% -
XYZ 41.42 27.95 57.86 -
YUV 147.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 207 107 200 0 0.48 0.03 0.19 304.2 0.51 0.62
Hex CF 6B C8 0 30 3 13 130 33 3E
Octal 317 153 310 0 60 3 23 460 63 76
Binary 11001111 1101011 11001000 0 110000 11 10011 100110000 110011 111110

Color Harmonies of #CF6BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BC8

Black with #CF6BC8

Text Example


Text Example

White with #CF6BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BC8; }

 p { color: rgb(207,107,200); }

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

background-color css

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

 a { background-color: rgb(207,107,200); }

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

border-color css

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

 span { border-color: rgb(207,107,200); }

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